example playbooks: ipaadmin_password is used and consistent.

Some example playbooks do not had the parameter `ipaadmin_password`
set, and some had a different value than the standard value
"SomeADMINpassword".

This patch fixes this difference in all example playbooks.
This commit is contained in:
Rafael Guterres Jeffman
2022-03-30 08:06:14 -03:00
parent 4b8358b897
commit df87ff464a
27 changed files with 54 additions and 34 deletions

View File

@@ -6,5 +6,6 @@
tasks:
- name: Ensure servicedelegationrule test-delegation-rule is absent
ipaservicedelegationrule:
name: test-delegation-rule
state: absent
ipaadmin_password: SomeADMINpassword
name: test-delegation-rule
state: absent