Skip to content

Commit

Permalink
Properly create and remove the certificate for node_exporter metrics (#…
Browse files Browse the repository at this point in the history
…143)

Co-authored-by: DOMjudge team <[email protected]>
  • Loading branch information
meisterT and DOMjudge team authored May 6, 2024
1 parent c2c0355 commit dba58ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions provision-contest/ansible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ ansible-master:
done

admin: $(SSL_LOCALHOST_FILES)
grafana: $(SSL_GRAFANA_FILES) $(SSL_NODEEXPORT)
domserver: $(SSL_DOMSERVER_FILES) $(SSL_NODEEXPORT)
judgehost: $(SSL_NODEEXPORT)
cds: $(SSL_CDS_FILES) $(SSL_NODEEXPORT)
scoreboard: $(SSL_NODEEXPORT)
mgmt: $(SSL_NODEEXPORT)
grafana: $(SSL_GRAFANA_FILES) $(SSL_NODEEXPORT_FILES)
domserver: $(SSL_DOMSERVER_FILES) $(SSL_NODEEXPORT_FILES)
judgehost: $(SSL_NODEEXPORT_FILES)
cds: $(SSL_CDS_FILES) $(SSL_NODEEXPORT_FILES)
scoreboard: $(SSL_NODEEXPORT_FILES)
mgmt: $(SSL_NODEEXPORT_FILES)

$(SSHKEY) $(SSHKEY).pub:
ssh-keygen -t ed25519 -f $(SSHKEY) -P ''
Expand Down Expand Up @@ -92,7 +92,7 @@ clean:
distclean: clean
rm -f $(SSHKEY) $(SSHKEY).pub
rm -f $(SSL_DOMSERVER_FILES)
rm -f $(SSL_NODEEXPORT)
rm -f $(SSL_NODEEXPORT_FILES)
rm -f $(SSL_LOCALHOST_FILES)
rm -f $(SSL_CDS_FILES)
rm -f $(SSL_GRAFANA_FILES)
Expand Down

0 comments on commit dba58ee

Please sign in to comment.