File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 pulp_site_target_distribution_version : " {{ hostvars[groups['pulp_site'][0]]['ansible_facts']['distribution_version'] }}"
4646 when : appliances_mode != 'configure'
4747
48+ # TODO: is this the right place?
49+ - name : Install compute_init playbook
50+ hosts : compute_init
51+ tags : compute_init # tagged to allow running on cluster instances for dev
52+ become : true
53+ tasks :
54+ - ansible.builtin.include_role :
55+ name : compute_init
56+ tasks_from : install.yml
57+
4858- import_playbook : bootstrap.yml
4959
5060- hosts : doca
108118
109119- import_playbook : extras.yml
110120
111- # TODO: is this the right place?
112- - name : Install compute_init playbook
113- hosts : compute_init
114- tags : compute_init # tagged to allow running on cluster instances for dev
115- become : true
116- tasks :
117- - ansible.builtin.include_role :
118- name : compute_init
119- tasks_from : install.yml
120-
121121- name : Install gateway playbook
122122 hosts : gateway
123123 tags : gateway
You can’t perform that action at this time.
0 commit comments