Added configuration for ipa server role #1

Merged
ejparker merged 16 commits from testing into prod 2025-03-30 00:06:21 -05:00
Showing only changes of commit 0c5ea84c46 - Show all commits

View file

@ -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/" ]'