forked from infra/ansible
1
0
Fork 0

Add new infrastructure server.

This commit is contained in:
Markus 2017-01-17 12:50:44 +01:00
parent 5980848421
commit 093ff06ccd
5 changed files with 29 additions and 1 deletions

View File

@ -1,5 +1,9 @@
---
name_servers:
- 172.23.2.1
- 172.23.2.3
ntp_servers:
- 172.23.1.61
- 172.23.2.2
- 172.23.2.3

View File

@ -0,0 +1,9 @@
---
ntp_servers:
- ptbtime1.ptb.de
- ntp1.rrze.uni-erlangen.de
- ntps1-0.cs.tu-berlin.de
ntp_peers:
- 172.23.1.61

View File

@ -0,0 +1,9 @@
---
ntp_servers:
- ptbtime1.ptb.de
- ntp1.rrze.uni-erlangen.de
- ntps1-0.cs.tu-berlin.de
ntp_peers:
- 172.23.2.3

1
hosts
View File

@ -1,4 +1,5 @@
[kitchen]
bacon.binary.kitchen
nabia.binary.kitchen
[fan-rz]
helium.binary-kitchen.net

View File

@ -6,6 +6,11 @@
- common
- ntp
- name: Setup infrastructure server
hosts: bacon.binary.kitchen
roles:
- dns
- name: Setup monitoring server
hosts: nabia.binary.kitchen
roles: