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 58
58
- import_role :
59
59
name : persist_hostkeys
60
60
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
61
69
62
70
- name : Setup NFS export for compute node configuration
63
71
hosts : compute_init:!builder
Original file line number Diff line number Diff line change 60
60
61
61
- import_playbook : extras.yml
62
62
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
-
73
63
- name : Install gateway playbook
74
64
hosts : gateway
75
65
tags : gateway
You can’t perform that action at this time.
0 commit comments