mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
The use of password will conflict with the user password setting and is not really descriptive. ipaadmin_principal and ipaadmin_password are also used in the roles.
12 lines
228 B
YAML
12 lines
228 B
YAML
---
|
|
- name: Playbook to handle topologysuffix
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Verify topology suffix
|
|
ipatopologysuffix:
|
|
ipaadmin_password: MyPassword123
|
|
suffix: domain
|
|
state: verified
|