update repos
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
- wo-bisch-web.css
|
||||
- wo-bisch-web-custom.css
|
||||
|
||||
- name: Allow apache to read files in /root/.acme.sh/{{ letsEncryptDomain }}
|
||||
- name: Allow apache to read files in /etc/letsencrypt/{{ letsEncryptDomain }}
|
||||
sefcontext:
|
||||
target: '/root/.acme.sh/{{ letsEncryptDomain }}(/.*)?'
|
||||
target: '/etc/letsencrypt/{{ letsEncryptDomain }}(/.*)?'
|
||||
setype: httpd_sys_content_t
|
||||
state: present
|
||||
notify:
|
||||
@@ -50,3 +50,9 @@
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: Restart nginx
|
||||
|
||||
- name: create certificate directory
|
||||
file:
|
||||
path: /etc/letsencrypt/{{ letsEncryptDomain }}
|
||||
state: directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user