ansible-freeipa/tests/sanity/install-server.yml
Kaleemullah Siddiqui e4b2de09ff Missing tier0 gating tests added
Tier0 tests were part of RHEL8 which were
not added in RHEL9 in following
commit ec8195dd47
Now added with this change which will execute
the tier0 tests in osci

Related: rhbz#1947473

Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
2021-06-21 19:09:56 +05:30

9 lines
129 B
YAML

---
- name: Playbook to configure IPA servers
hosts: ipaserver
become: true
roles:
- role: ipaserver
state: present