Nuke these letsencrypt entries as well
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fbd3ed0d53
commit
1225d45cfe
1 changed files with 0 additions and 18 deletions
|
@ -30,24 +30,6 @@
|
|||
- apache
|
||||
|
||||
tasks:
|
||||
- name: install special fpaste.conf with letsencrypt info
|
||||
copy: src={{ files }}/httpd/fpaste.org.conf dest=/etc/httpd/conf.d/fpaste.org/fpaste.org.conf
|
||||
when: inventory_hostname == 'proxy01.phx2.fedoraproject.org'
|
||||
|
||||
- name: setup link to letsencrypt certs on proxy01
|
||||
file: >
|
||||
path=/etc/pki/tls/certs/fpaste.org.intermediate.cert
|
||||
src=/etc/letsencrypt/live/fpaste.org/fullchain.pem
|
||||
state=link
|
||||
when: inventory_hostname == 'proxy01.phx2.fedoraproject.org'
|
||||
|
||||
- name: setup link to letsencrypt certs on proxy01
|
||||
file: >
|
||||
path=/etc/pki/tls/certs/fpaste.org.cert
|
||||
src=/etc/letsencrypt/live/fpaste.org/cert.pem
|
||||
state=link
|
||||
when: inventory_hostname == 'proxy01.phx2.fedoraproject.org'
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue