-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhosts
More file actions
38 lines (30 loc) · 1.11 KB
/
hosts
File metadata and controls
38 lines (30 loc) · 1.11 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
######################################################################
[vagrant]
rsyslog ansible_host="192.168.8.2"
rshiny ansible_host="192.168.8.3"
postgresql ansible_host="192.168.8.4"
ocsinventoryserver ansible_host="192.168.8.5"
d13-mariadbserver ansible_host="192.168.8.10"
d13-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"
d13-drupal ansible_host="192.168.8.44"
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"
php8server ansible_host="192.168.8.92"
hpc ansible_host="192.168.8.94"
[vagrant:vars]
ansible_user="vagrant"
ansible_ssh_private_key_file="~/.vagrant.d/insecure_private_key"