mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
9 lines
153 B
YAML
9 lines
153 B
YAML
---
|
|
- name: Playbook to configure IPA clients with username/password
|
|
hosts: ipaclients
|
|
become: true
|
|
|
|
roles:
|
|
- role: ipaclient
|
|
state: present
|