READMES: Unite admin password

Use SomeADMINpassword as the admin password everywhere, also in the README
files.
This commit is contained in:
Thomas Woerner
2020-02-26 12:39:22 +01:00
parent d3c6b976ba
commit 2b29a90c0d
13 changed files with 71 additions and 71 deletions

View File

@@ -52,7 +52,7 @@ Example playbook to make sure sudocmd exists:
tasks:
# Ensure sudocmd is present
- ipasudocmd:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: /usr/bin/su
state: present
```
@@ -68,7 +68,7 @@ Example playbook to make sure sudocmd is absent:
tasks:
# Ensure sudocmd are absent
- ipahostgroup:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: /usr/bin/su
state: absent
```