Add srv02, change autoupdate settings

This commit is contained in:
Alexander Dietrich 2018-04-30 22:49:56 +02:00
parent e42a2ec9bf
commit ef15cb3c6c
4 changed files with 9 additions and 4 deletions

View file

@ -1,2 +1 @@
---
basics_autoupdate_reboot: "false"
basics_autoupdate_mail: backend@hamburg.freifunk.net

4
host_vars/srv02 Normal file
View file

@ -0,0 +1,4 @@
basics_autoupdate_origins:
- o=Node Source,n=${distro_codename}
- o=Prosody,n=${distro_codename}
- o=TorProject,n=${distro_codename}

View file

@ -1,5 +1,6 @@
[ffhh]
srv01 ansible_host=srv01.hamburg.freifunk.net
srv02 ansible_host=srv02.hamburg.freifunk.net
srv03 ansible_host=srv03.hamburg.freifunk.net
srv04 ansible_host=srv04.hamburg.freifunk.net
@ -12,5 +13,6 @@ srv03
[vms]
srv01
srv02
srv03
srv04

View file

@ -1,3 +1,3 @@
---
- include: basics.yml
- include: services.yml
- import_playbook: basics.yml
- import_playbook: services.yml