mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
Merge pull request #505 from rjeffman/fix_ipaselfservice_example_playbooks
example playbooks: ipaselfservice examples mentioned ipadelegation.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Delegation absent
|
- name: Selfservice absent
|
||||||
hosts: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure delegation "basic manager attributes" is absent
|
- name: Ensure selfservice "basic manager attributes" is absent
|
||||||
ipadelegation:
|
ipaselfservice:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: "basic manager attributes"
|
name: "basic manager attributes"
|
||||||
state: absent
|
state: absent
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
- name: Delegation member absent
|
- name: Selfservice member absent
|
||||||
hosts: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure delegation "basic manager attributes" member attributes employeenumber and employeetype are absent
|
- name: Ensure selfservice "basic manager attributes" member attributes employeenumber and employeetype are absent
|
||||||
ipadelegation:
|
ipaselfservice:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: "basic manager attributes"
|
name: "basic manager attributes"
|
||||||
attribute:
|
attribute:
|
||||||
- employeenumber
|
- businesscategory
|
||||||
- employeetype
|
- departmentnumber
|
||||||
action: member
|
action: member
|
||||||
state: absent
|
state: absent
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Delegation member present
|
- name: Selfservice member present
|
||||||
hosts: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure delegation "basic manager attributes" member attribute departmentnumber is present
|
- name: Ensure selfservice "basic manager attributes" member attribute departmentnumber is present
|
||||||
ipadelegation:
|
ipaselfservice:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: "basic manager attributes"
|
name: "basic manager attributes"
|
||||||
attribute:
|
attribute:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Delegation present
|
- name: Selfservice present
|
||||||
hosts: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure delegation "basic manager attributes" is present
|
- name: Ensure selfservice "basic manager attributes" is present
|
||||||
ipadelegation:
|
ipaselfservice:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: "basic manager attributes"
|
name: "basic manager attributes"
|
||||||
permission: read
|
permission: read
|
||||||
|
|||||||
Reference in New Issue
Block a user