forked from fflch/provisioner-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts
More file actions
39 lines (31 loc) · 1.13 KB
/
hosts
File metadata and controls
39 lines (31 loc) · 1.13 KB
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
31
32
33
34
35
36
37
38
39
######################################################################
[vagrant]
rsyslog ansible_host="192.168.8.2"
rshiny ansible_host="192.168.8.3"
postgresql ansible_host="192.168.8.4"
mariadbmaster ansible_host="192.168.8.10"
django ansible_host="192.168.8.11"
dhcp ansible_host="192.168.8.40"
freeradius ansible_host="192.168.8.41"
cups ansible_host="192.168.8.43"
aegir ansible_host="192.168.8.44"
projetos ansible_host="192.168.8.45"
proaluno ansible_host="192.168.8.47"
firstdc ansible_host="192.168.8.48"
anotherdc1 ansible_host="192.168.8.49"
anotherdc2 ansible_host="192.168.8.50"
printers ansible_host="192.168.8.53"
replicado ansible_host="192.168.8.56"
nunaliit ansible_host="192.168.8.57"
bind ansible_host="192.168.8.58"
entrypointbackup ansible_host="192.168.8.59"
zoneminder ansible_host="192.168.8.60"
ftp ansible_host="192.168.8.61"
nginxrevproxy ansible_host="192.168.8.62"
fsecure ansible_host="192.168.8.90"
phpserver ansible_host="192.168.8.92"
aegirmigrate ansible_host="192.168.8.93"
hpc ansible_host="192.168.8.94"
[vagrant:vars]
ansible_user="vagrant"
ansible_ssh_private_key_file="~/.vagrant.d/insecure_private_key"