disable selinux
This commit is contained in:
parent
c8cf3eb3a1
commit
0c5ea84c46
1 changed files with 2 additions and 1 deletions
|
@ -25,10 +25,11 @@
|
||||||
src: files/replicate.sh
|
src: files/replicate.sh
|
||||||
dest: /scripts/replicate.sh
|
dest: /scripts/replicate.sh
|
||||||
|
|
||||||
|
#this should be moved to dedicated selinux role down the road
|
||||||
- name: Disable SELinux
|
- name: Disable SELinux
|
||||||
ansible.posix.selinux:
|
ansible.posix.selinux:
|
||||||
state: disabled
|
state: disabled
|
||||||
|
|
||||||
# create symlink for certs if letsencrypt is set up
|
# create symlink for certs if letsencrypt is set up
|
||||||
- name: check if letsencrypt is set up
|
- name: check if letsencrypt is set up
|
||||||
ansible.builtin.command: '[ -d "/etc/letsencrypt/" ]'
|
ansible.builtin.command: '[ -d "/etc/letsencrypt/" ]'
|
||||||
|
|
Loading…
Add table
Reference in a new issue