File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
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
32+
33+ - name : Deploy ansible playbook manually
34+ command : ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml
3235
3336 # Import the playbook to start configuring the multi-node hosts.
3437# - name: Configure hosts and deploy ansible
4447 msg : " {{ groups | to_yaml }}"
4548# when: cluster_state != "absent"
4649
47- - hosts : multinode_ansible_control
48- tasks :
49- - name : Test hostname
50- command : hostname
50+ # - hosts: multinode_ansible_control
51+ # tasks:
52+ # - name: Test hostname
53+ # command: hostname
You can’t perform that action at this time.
0 commit comments