forked from FF-RGB/ansible
web-gw: fix permissoins on /var/www/html
This commit is contained in:
parent
4095975934
commit
ea3823cb22
@ -5,7 +5,7 @@
|
|||||||
notify: Restart nginx
|
notify: Restart nginx
|
||||||
|
|
||||||
- name: Create web content directory
|
- name: Create web content directory
|
||||||
file: path=/var/www/html state=directory mode=0750
|
file: path=/var/www/html state=directory mode=0755
|
||||||
|
|
||||||
- name: Configure certificate manager
|
- name: Configure certificate manager
|
||||||
template: src=certs.j2 dest=/etc/acme/domains.d/{{ ansible_fqdn }}.conf
|
template: src=certs.j2 dest=/etc/acme/domains.d/{{ ansible_fqdn }}.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user