ensure ipa-fas is available

This commit is contained in:
Louis Abel 2023-04-18 04:02:16 -07:00
parent 7040c710d1
commit 61dd6ba8af
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 26 additions and 0 deletions

View File

@ -39,6 +39,19 @@
notify:
- reload_networkmanager
- name: Ensure epel-release is installed
ansible.builtin.dnf:
name: epel-release
state: present
- name: Enable CRB
ansible.builtin.shell: "set -o pipefail && /usr/bin/crb enable"
- name: Install ipa-fas
ansible.builtin.dnf:
name: ipa-fas
state: present
roles:
- role: freeipa.ansible_freeipa.ipareplica
state: present

View File

@ -44,6 +44,19 @@
notify:
- reload_networkmanager
- name: Ensure epel-release is installed
ansible.builtin.dnf:
name: epel-release
state: present
- name: Enable CRB
ansible.builtin.shell: "set -o pipefail && /usr/bin/crb enable"
- name: Install ipa-fas
ansible.builtin.dnf:
name: ipa-fas
state: present
roles:
- role: freeipa.ansible_freeipa.ipaserver
state: present