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
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
tasks:
- name: Ensure permission TestPerm1 is absent
ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1
state: absent
......@@ -7,6 +7,7 @@
- name: Ensure permission TestPerm2 is present with Read rights to employeenumber
ipapermission:
name: TestPerm2
ipaadmin_password: SomeADMINpassword
object_type: user
right:
- read
......
......@@ -6,6 +6,7 @@
tasks:
- name: Ensure privilege User Administrators privilege is absent on Permission TestPerm1
ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1
privilege: "User Administrators"
action: member
......
......@@ -6,6 +6,7 @@
tasks:
- name: Ensure permission TestPerm1 is present with the User Administrators privilege present
ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1
privilege: "User Administrators"
action: member
......@@ -6,6 +6,7 @@
tasks:
- name: Ensure permission TestPerm1 is present
ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1
object_type: host
right: all
......@@ -6,6 +6,7 @@
tasks:
- name: Ensure permission TestPerm1 is present
ipapermission:
ipaadmin_password: SomeADMINpassword
name: TestPerm1
rename: TestPermRenamed
state: renamed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment