Move certsync to basics.yml

This commit is contained in:
Alexander Dietrich 2017-10-03 17:28:19 +02:00
parent cee2fde3ac
commit bba9cb6c17
3 changed files with 10 additions and 5 deletions

View file

@ -5,6 +5,11 @@
- ffhh-basics
tags: basics
- hosts: certsync
roles:
- certsync
tags: certsync
- hosts: letsrenew
roles:
- letsrenew

View file

@ -3,13 +3,13 @@ srv01 ansible_host=srv01.hamburg.freifunk.net
srv03 ansible_host=srv03.hamburg.freifunk.net
srv04 ansible_host=srv04.hamburg.freifunk.net
[certsync]
srv03
[letsrenew]
srv01
srv04
[services]
srv03
srv04
[updates]
srv01
srv03

View file

@ -5,5 +5,5 @@
- hosts: updates
roles:
- certsync
- website/updates
tags: updates