Compare commits

..

No commits in common. "0c5ea84c46e43bd3b16d4185c3511e9130f6f6a3" and "a51a192262e2f8f52b9b8037ab91d594365a998f" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -9,6 +9,4 @@ fi
ipa-client-install -U -p admin -w $ADMIN_PASSWORD --server=ipa-replica2.actcur.com --domain actcur.com --mkhomedir --force-join
ipa-replica-install --skip-mem-check
ipa-ca-install
ipa-replica-install --skip-mem-check

View file

@ -25,11 +25,6 @@
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/" ]'