Switch java-deptools from certbot to mod_md

This commit is contained in:
Mikolaj Izdebski 2018-10-17 20:54:48 +00:00
parent 17bff1a6ef
commit ccdce84c87
3 changed files with 5 additions and 15 deletions

View file

@ -7,6 +7,7 @@
package: name={{ item }} state=present
with_items:
- httpd
- mod_md
- mod_ssl
- postgresql-server
- postgresql
@ -74,13 +75,6 @@
tags:
- service
- name: Obtain letsencrypt certificate
shell: certbot certonly -n --standalone --agree-tos -m sysadmin-koschei-members@fedoraproject.org -d {{ inventory_hostname }}
args:
creates: /etc/letsencrypt/live/{{ inventory_hostname }}/fullchain.pem
tags:
- config
- name: Install proxy config
template: src=proxy.conf.j2 dest=/etc/httpd/conf.d/java-deptools-proxy.conf
notify: