copr: install coprs_ssl.conf even for production instance
This commit is contained in:
parent
f0a14e327c
commit
ecb2785d3d
2 changed files with 5 additions and 5 deletions
|
@ -16,11 +16,6 @@
|
||||||
- stat_cert.stat.exists == False
|
- stat_cert.stat.exists == False
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
- name: install copr-frontend ssl vhost
|
|
||||||
template: src="httpd/coprs_ssl.conf.j2" dest="/etc/httpd/conf.d/coprs_ssl.conf"
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
|
|
||||||
- name: certbot, correct fcontext mapping the web root
|
- name: certbot, correct fcontext mapping the web root
|
||||||
sefcontext:
|
sefcontext:
|
||||||
target: '/srv/web/acme-challenge/.well-known(/.*)'
|
target: '/srv/web/acme-challenge/.well-known(/.*)'
|
||||||
|
|
|
@ -110,6 +110,11 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: install copr-frontend ssl vhost
|
||||||
|
template: src="httpd/coprs_ssl.conf.j2" dest="/etc/httpd/conf.d/coprs_ssl.conf"
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
|
||||||
- name: enable services
|
- name: enable services
|
||||||
service: state=started enabled=yes name={{ item }}
|
service: state=started enabled=yes name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue