38 lines
584 B
Plaintext
38 lines
584 B
Plaintext
|
[debian]
|
||
|
debian-7 ansible_host=172.22.244.96 ansible_user=root
|
||
|
debian-8 ansible_host=172.22.244.90 ansible_user=debian ansible_become=True
|
||
|
|
||
|
[ubuntu]
|
||
|
ub-precise ansible_host=172.22.244.92
|
||
|
ub-trusty ansible_host=172.22.244.91
|
||
|
|
||
|
[centos]
|
||
|
centos-6 ansible_host=172.22.244.93
|
||
|
centos-7 ansible_host=172.22.244.94
|
||
|
|
||
|
[suse]
|
||
|
opensuse-12 ansible_host=172.22.244.95
|
||
|
|
||
|
|
||
|
[ubuntu:vars]
|
||
|
ansible_user=ubuntu
|
||
|
ansible_become=True
|
||
|
|
||
|
[centos:vars]
|
||
|
ansible_user=root
|
||
|
|
||
|
[suse:vars]
|
||
|
ansible_user=root
|
||
|
|
||
|
|
||
|
[apt:children]
|
||
|
debian
|
||
|
ubuntu
|
||
|
|
||
|
[yum:children]
|
||
|
centos
|
||
|
|
||
|
[zypper:children]
|
||
|
suse
|
||
|
|