mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
15 lines
334 B
YAML
15 lines
334 B
YAML
---
|
|
- name: Hosts member managedby_host present
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
ipahost:
|
|
ipaadmin_password: SomeADMINpassword
|
|
hosts:
|
|
- name: host01.exmaple.com
|
|
managedby_host: server.exmaple.com
|
|
- name: host02.exmaple.com
|
|
managedby_host: server.exmaple.com
|
|
action: member
|