ba367fd5bd
The test has not been imported automatically and therefore has been missing. Related: RHBZ#2170371
9 lines
129 B
YAML
9 lines
129 B
YAML
---
|
|
- name: Playbook to configure IPA servers
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
roles:
|
|
- role: ipaserver
|
|
state: present
|