forked from FreiFunkMuenster/ansible-ffms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhosts
26 lines (20 loc) · 1.32 KB
/
hosts
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
# Server für Hopglass Karten
[mapserver]
karte ipv4=195.128.102.63 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22
[dienste]
dienst ipv4=94.130.25.111 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22
[domaene-06]
[services]
helfer ipv4=195.128.101.109 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22
# Server für Statistiken mittels Graphite und Grafana
[statistics]
stats ipv4=195.128.100.197 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22
#graphite-node-01 ipv4=193.31.25.97 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=250
# Multidomänen-L2TP Gateways mit oder ohne Direktanbindung FFRL
# 'capacity' im Kommentar gibt die erwünschte relative Auslastung mit Traffic und L2TP-Verbindungen an
# 'server' im Kommentar muss angegeben werden, wenn mehrere L2TP-VM auf einem Blech laufen. Der Wert kann frei gewählt werden.
[gateways]
gw01 ipv4=195.128.102.127 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22 ansible_ssh_user=root
gw02 ipv4=195.128.103.250 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22 ansible_ssh_user=root
gw03 ipv4=195.128.103.175 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22 ansible_ssh_user=root
gw04 ipv4=195.128.102.49 ansible_ssh_host="{{ipv4}}" ansible_ssh_port=22 ansible_ssh_user=root