Add srv03

This commit is contained in:
Alexander Dietrich 2017-02-18 14:29:20 +01:00
parent ba5a82e1ac
commit aaebecfc53
4 changed files with 11 additions and 8 deletions

3
host_vars/srv03 Normal file
View file

@ -0,0 +1,3 @@
ssl_certificate: /etc/ssl/certsync/updates.hamburg.freifunk.net.crt
ssl_certificate_key: /etc/ssl/certsync/updates.hamburg.freifunk.net.key
nginx_resolver: 80.252.105.162 80.252.105.194

View file

@ -1,3 +1 @@
ssl_certificate: /etc/ssl/certsync/updates.hamburg.freifunk.net.crt
ssl_certificate_key: /etc/ssl/certsync/updates.hamburg.freifunk.net.key
nginx_resolver: 80.252.105.162 80.252.105.194

View file

@ -1,11 +1,10 @@
[services]
srv04 ansible_ssh_host=80.252.100.116
[updates]
srv04
srv03 ansible_host=srv03.hamburg.freifunk.net
srv04 ansible_host=srv04.hamburg.freifunk.net
[ffhh]
srv03
srv04
[debian8]
srv04
[updates]
srv03

3
site Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
ansible-playbook site.yml -i production -bK $*