Running ansible playbooks from inside the command node - ganeshahv/Contrail_SRE GitHub Wiki
- Get into the ansible_player docker
 
docker exec -it ansible-player_20200910051312 bash
cd /root/contrail-ansible-deployer/
- The instances.yml is found in :
 
/var/tmp/contrail_cluster/<cluster_id>
- Run the correct playbook specifying the correct instances.yml
 
ansible-playbook -i inventory -e config_file=<Absolute path of the instances.yml> playbooks/<playbook>