File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2525
2626- hosts : localhost
2727 tasks :
28- - block :
28+ # - block:
2929 # Install the ansible requirements
30- - name : Install ansible requirements
31- command : ansible-galaxy install -r ansible/requirements.yml
30+ # - name: Install ansible requirements
31+ # command: ansible-galaxy install -r ansible/requirements.yml
3232
33- # Import the playbook to start configuring the multi-node hosts.
34- # - name: Configure hosts and deploy ansible
35- # import_playbook: ansible/configure-hosts.yml
33+ # Import the playbook to start configuring the multi-node hosts.
34+ # - name: Configure hosts and deploy ansible
35+ # import_playbook: ansible/configure-hosts.yml
3636
37- - debug : var=outputs
38- vars :
39- outputs :
40- cluster_access_ip : " {{ hostvars[groups['openstack'][0]].cluster_gateway_ip }}"
37+ # - debug: var=outputs
38+ # vars:
39+ # outputs:
40+ # cluster_access_ip: "{{ hostvars[groups['openstack'][0]].cluster_gateway_ip }}"
4141
42- - name : Show Playbook Directory
42+ - name : Debug groups
4343 debug :
44- msg : " {{ playbook_dir }}"
45- when : cluster_state != "absent"
44+ msg : " {{ groups | to_yaml }}"
45+ # when: cluster_state != "absent"
You can’t perform that action at this time.
0 commit comments