aboutsummaryrefslogtreecommitdiff
path: root/hosts
blob: d48fb172d7171095bcd5a35579dfe944e61e0617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# file: /etc/ansible/hosts

one.example.com
two.example.com
three.example.com
four.example.com
five.example.com
six.example.com

[centos]
one.example.com
two.example.com
three.example.com

[ubuntu]
four.example.com

[freebsd:vars]
ansible_python_interpreter=/usr/local/bin/python2.7

[freebsd]
five.example.com
six.example.com

[webservers]
one.example.com

[test]
one.example.com
six.example.com
bgstack15