mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
playbooks: Unite admin password
Use SomeADMINpassword as the admin password everywhere, also in all playbooks.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
tasks:
|
||||
- name: Ensure host is present
|
||||
ipahost:
|
||||
ipaadmin_password: MyPassword123
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: host01.example.com
|
||||
description: Example host
|
||||
ip_address: 192.168.0.123
|
||||
|
||||
Reference in New Issue
Block a user