mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
example playbooks: removed permission names from task names.
This commit is contained in:
@@ -4,9 +4,8 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure permission TestPerm1 is absent
|
- name: Ensure permission is absent
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure permission TestPerm2 is present with Read rights to employeenumber
|
- name: Ensure permission is present with set of rights to attribute employeenumber
|
||||||
ipapermission:
|
ipapermission:
|
||||||
name: TestPerm2
|
name: TestPerm2
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure privilege User Administrators privilege is absent on Permission TestPerm1
|
- name: Ensure permission privilege, "User Administrators", is absent
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure permission TestPerm1 is present with the User Administrators privilege present
|
- name: Ensure permission is present with "User Administrators" privilege
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure permission TestPerm1 is present
|
- name: Ensure permission is present
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure permission TestPerm1 is present
|
- name: Ensure permission TestPerm1 is renamed to TestPermRenamed
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
|
|||||||
Reference in New Issue
Block a user