[all]
## specify hosts for init_new_hypervisor.yml
## e.g.
## 10.10.1.1
## 10.10.1.2
## hostname.domain
10.10.1.1

[all:vars]
ansible_connection=ssh
ansible_become_user=root
ansible_ssh_common_args='-o StrictHostKeyChecking=no'

## Specify username, userpassword, rootpassword
## of all virtual machines here
ansible_ssh_user=
ansible_ssh_pass=
ansible_become_pass=
