File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 5858 - import_role :
5959 name : persist_hostkeys
6060
61+ - name : Install compute_init playbook
62+ hosts : compute_init:&builder
63+ tags : compute_init # tagged to allow running on cluster instances for dev
64+ become : yes
65+ tasks :
66+ - include_role :
67+ name : compute_init
68+ tasks_from : install.yml
6169
6270- name : Setup NFS export for compute node configuration
6371 hosts : compute_init:!builder
Original file line number Diff line number Diff line change 6060
6161- import_playbook : extras.yml
6262
63- # TODO: is this the right place?
64- - name : Install compute_init playbook
65- hosts : compute_init
66- tags : compute_init # tagged to allow running on cluster instances for dev
67- become : yes
68- tasks :
69- - include_role :
70- name : compute_init
71- tasks_from : install.yml
72-
7363- name : Install gateway playbook
7464 hosts : gateway
7565 tags : gateway
You can’t perform that action at this time.
0 commit comments