Switch java-deptools to https
This commit is contained in:
parent
b58dfc3086
commit
6407f2e55f
3 changed files with 27 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- httpd
|
||||
- mod_ssl
|
||||
- postgresql-server
|
||||
- postgresql
|
||||
- java-deptools
|
||||
|
@ -65,6 +66,13 @@
|
|||
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
|
||||
copy: src=proxy.conf dest=/etc/httpd/conf.d/java-deptools-proxy.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue