Skip to content
Snippets Groups Projects
Commit e2c6480f authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

example playbooks: Use default password in ipapermission examples.

Example playbooks for ipapermission didn't have default password set.
parent 873b6910
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
tasks: tasks:
- name: Ensure permission TestPerm1 is absent - name: Ensure permission TestPerm1 is absent
ipapermission: ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1 name: TestPerm1
state: absent state: absent
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
- name: Ensure permission TestPerm2 is present with Read rights to employeenumber - name: Ensure permission TestPerm2 is present with Read rights to employeenumber
ipapermission: ipapermission:
name: TestPerm2 name: TestPerm2
ipaadmin_password: SomeADMINpassword
object_type: user object_type: user
right: right:
- read - read
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
tasks: tasks:
- name: Ensure privilege User Administrators privilege is absent on Permission TestPerm1 - name: Ensure privilege User Administrators privilege is absent on Permission TestPerm1
ipapermission: ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1 name: TestPerm1
privilege: "User Administrators" privilege: "User Administrators"
action: member action: member
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
tasks: tasks:
- name: Ensure permission TestPerm1 is present with the User Administrators privilege present - name: Ensure permission TestPerm1 is present with the User Administrators privilege present
ipapermission: ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1 name: TestPerm1
privilege: "User Administrators" privilege: "User Administrators"
action: member action: member
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
tasks: tasks:
- name: Ensure permission TestPerm1 is present - name: Ensure permission TestPerm1 is present
ipapermission: ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1 name: TestPerm1
object_type: host object_type: host
right: all right: all
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
tasks: tasks:
- name: Ensure permission TestPerm1 is present - name: Ensure permission TestPerm1 is present
ipapermission: ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1 name: TestPerm1
rename: TestPermRenamed rename: TestPermRenamed
state: renamed state: renamed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment