Chapter 5. Executing the deployment playbook
Change into the playbooks directory on the first node.
cd /etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment
# cd /etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deploymentCopy to Clipboard Copied! Toggle word wrap Toggle overflow Run the following command as the root user to start the deployment process.
ansible-playbook -i gluster_inventory.yml hc_deployment.yml --extra-vars='@he_gluster_vars.json'
# ansible-playbook -i gluster_inventory.yml hc_deployment.yml --extra-vars='@he_gluster_vars.json'Copy to Clipboard Copied! Toggle word wrap Toggle overflow