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