Skip to content

Commit dba58ee

Browse files
meisterTDOMjudge team
and
DOMjudge team
authored
Properly create and remove the certificate for node_exporter metrics (#143)
Co-authored-by: DOMjudge team <[email protected]>
1 parent c2c0355 commit dba58ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

provision-contest/ansible/Makefile

+7-7
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ ansible-master:
5959
done
6060

6161
admin: $(SSL_LOCALHOST_FILES)
62-
grafana: $(SSL_GRAFANA_FILES) $(SSL_NODEEXPORT)
63-
domserver: $(SSL_DOMSERVER_FILES) $(SSL_NODEEXPORT)
64-
judgehost: $(SSL_NODEEXPORT)
65-
cds: $(SSL_CDS_FILES) $(SSL_NODEEXPORT)
66-
scoreboard: $(SSL_NODEEXPORT)
67-
mgmt: $(SSL_NODEEXPORT)
62+
grafana: $(SSL_GRAFANA_FILES) $(SSL_NODEEXPORT_FILES)
63+
domserver: $(SSL_DOMSERVER_FILES) $(SSL_NODEEXPORT_FILES)
64+
judgehost: $(SSL_NODEEXPORT_FILES)
65+
cds: $(SSL_CDS_FILES) $(SSL_NODEEXPORT_FILES)
66+
scoreboard: $(SSL_NODEEXPORT_FILES)
67+
mgmt: $(SSL_NODEEXPORT_FILES)
6868

6969
$(SSHKEY) $(SSHKEY).pub:
7070
ssh-keygen -t ed25519 -f $(SSHKEY) -P ''
@@ -92,7 +92,7 @@ clean:
9292
distclean: clean
9393
rm -f $(SSHKEY) $(SSHKEY).pub
9494
rm -f $(SSL_DOMSERVER_FILES)
95-
rm -f $(SSL_NODEEXPORT)
95+
rm -f $(SSL_NODEEXPORT_FILES)
9696
rm -f $(SSL_LOCALHOST_FILES)
9797
rm -f $(SSL_CDS_FILES)
9898
rm -f $(SSL_GRAFANA_FILES)

0 commit comments

Comments
 (0)