mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
example playbooks: Use default password in ipapermission examples.
Example playbooks for ipapermission didn't have default password set.
This commit is contained in:
@@ -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 @@
|
|||||||
- 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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user