We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5228c83 commit 0e30853Copy full SHA for 0e30853
icpc-wf/ansible/domserver.yml
@@ -133,13 +133,6 @@
133
dest: "{{DJDIR}}/webapp/web/style.css"
134
when: BACKGROUND_COLOR is defined
135
136
- - name: create a self signed cert
137
- shell: "openssl req -newkey rsa:2048 -new -x509 -days 365 -nodes -out /etc/ssl/certs/domjudge.crt -keyout /etc/ssl/private/domjudge.pem -subj /CN={{ansible_hostname}}"
138
- args:
139
- creates: /etc/ssl/private/domjudge.pem
140
- #- name: update apache to use new cert
141
- # lineinfile:
142
-
143
- name: Update servername in apache config
144
lineinfile:
145
insertbefore: '^#Global config'
0 commit comments