[all]
localhost ansible_connection=local ansible_become=True

[test_containers]
unbound physical_host=localhost

[compute_hosts]
unbound

[docker_containers:children]
test_containers

[docker_containers:vars]
ansible_connection=docker
docker_privileged=yes
docker_user=root
