File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
environments/.stackhpc/hooks Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Builder version of site.yml just installing binaries
2
2
3
- - hosts : builder
4
- become : no
5
- gather_facts : no
6
- tasks :
7
- - name : Report hostname (= final image name)
8
- command : hostname
9
- - name : Report inventory groups
10
- debug :
11
- var : group_names
12
-
13
3
- name : Run pre.yml hook
14
4
vars :
15
5
appliances_environment_root : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
Original file line number Diff line number Diff line change
1
+ - hosts : builder
2
+ become : no
3
+ gather_facts : no
4
+ tasks :
5
+ - name : Report hostname (= final image name)
6
+ command : hostname
7
+ - name : Report inventory groups
8
+ debug :
9
+ var : group_names
10
+
1
11
- hosts : control:!builder
2
12
become : yes
3
13
gather_facts : false
You can’t perform that action at this time.
0 commit comments