mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
plugins: Unite admin password
Use SomeADMINpassword as the admin password also in the examples in the management modules.
This commit is contained in:
@@ -56,13 +56,13 @@ author:
|
||||
EXAMPLES = """
|
||||
# Ensure HBAC Service for http is present
|
||||
- ipahbacsvc:
|
||||
ipaadmin_password: MyPassword123
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: http
|
||||
description: Web service
|
||||
|
||||
# Ensure HBAC Service for tftp is absent
|
||||
- ipahbacsvc:
|
||||
ipaadmin_password: MyPassword123
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: tftp
|
||||
state: absent
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user