mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +00:00
13 lines
233 B
YAML
13 lines
233 B
YAML
---
|
|
- name: Tests
|
|
hosts: ipaserver
|
|
become: true
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Ensure HBAC Rule allhosts is enabled
|
|
ipahbacrule:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: allhosts
|
|
state: enabled
|