ipatopology modules: Use ipaadmin_ prefix for principal and password

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.
This commit is contained in:
Thomas Woerner
2019-07-01 14:48:42 +02:00
parent c708ef781e
commit da2631d923
10 changed files with 32 additions and 31 deletions

View File

@@ -6,6 +6,6 @@
tasks:
- name: Verify topology suffix
ipatopologysuffix:
password: MyPassword123
ipaadmin_password: MyPassword123
suffix: domain
state: verified