File tree Expand file tree Collapse file tree 4 files changed +27
-79
lines changed Expand file tree Collapse file tree 4 files changed +27
-79
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- - hosts : localhost
3
+ - hosts : identity-hosts
4
4
name : Verify Identity Provider
5
5
tasks :
6
6
16
16
- ipa_host is defined
17
17
18
18
- name : Remove participants from IdM
19
- import_playbook : " ../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"
20
- vars :
21
- identities : " {{ lodestar_identities_remove }}"
22
- when :
23
- - lodestar_identities_remove.users is defined
24
- - lodestar_identities_remove.users != []
25
-
26
- - name : Remove participants from queue
27
- import_playbook : " process_queue.yml"
28
- vars :
29
- identities : " {{ lodestar_identities_remove }}"
19
+ import_playbook : " process_remove.yml"
30
20
when :
31
21
- lodestar_identities_remove.users is defined
32
22
- lodestar_identities_remove.users != []
33
23
34
24
- name : Add participants to IdM
35
- import_playbook : " ../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"
36
- vars :
37
- identities : " {{ lodestar_identities }}"
25
+ import_playbook : " process_add.yml"
38
26
when :
39
27
- lodestar_identities.users is defined
40
28
- lodestar_identities.users != []
41
29
42
- - name : Mail Users
43
- import_playbook : mail_users.yml
44
- vars :
45
- identities : " {{ lodestar_identities }}"
46
-
47
30
- name : Update Anarchy with status
48
31
import_playbook : completion_callback.yml
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ - hosts : identity-hosts
4
+ set_fact :
5
+ identities : " {{ lodestar_identities }}"
6
+
7
+ - name : Add participants to IdM
8
+ import_playbook : " ../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"
9
+
10
+ - name : Mail Users
11
+ import_playbook : mail_users.yml
12
+
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ - hosts : identity-hosts
4
+ set_fact :
5
+ identities : " {{ lodestar_identities_remove }}"
6
+
7
+ - name : Remove participants from IdM
8
+ import_playbook : " ../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"
9
+
10
+ - name : Remove participants from queue
11
+ import_playbook : " process_queue.yml"
12
+
You can’t perform that action at this time.
0 commit comments