File tree 1 file changed +16
-12
lines changed
1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 32
32
hosts : attendance
33
33
become : true
34
34
gather_facts : true
35
- roles :
36
- - role : workshop_attendance_nginx
37
- when :
38
- - attendance|bool
39
- - role : workshop_attendance
40
- when :
41
- - attendance|bool
35
+ tasks :
36
+ - block :
37
+ - include_role :
38
+ name : workshop_attendance_nginx
39
+ - include_role :
40
+ name : workshop_attendance
41
+ when : attendance|bool
42
42
43
43
- name : wait for all security nodes to have SSH reachability
44
44
hosts : " security_connection_check"
61
61
become : true
62
62
roles :
63
63
- role : control_node
64
- - role : code_server
64
+ tasks :
65
+ - include_role :
66
+ name : code_server
65
67
when :
66
68
- code_server is defined
67
69
- code_server
72
74
hosts : control_nodes
73
75
become : true
74
76
gather_facts : false
75
- roles :
76
- - role : aws_dns
77
+ tasks :
78
+ - include_role :
79
+ name : aws_dns
77
80
when :
78
81
- dns_type is defined
79
82
- dns_type == "aws"
86
89
connection : local
87
90
become : false
88
91
gather_facts : false
89
- roles :
90
- - role : aws_workshop_login_page
92
+ tasks :
93
+ - include_role :
94
+ name : aws_workshop_login_page
91
95
when :
92
96
- create_login_page is defined
93
97
- create_login_page
You can’t perform that action at this time.
0 commit comments