controller ansible_connection=local
MASTER_IP ansible_ssh_host=MASTER_IP ansible_user='root' ansible_ssh_private_key_file=/vagrant/.vagrant/machines/master/virtualbox/private_key ansible_ssh_common_args='-o StrictHostKeyChecking=no'

[master]
MASTER_IP

[localhost]
controller

[all:vars]
topology=TOPOLOGY
ansible_python_interpreter=/usr/bin/python3
