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 - ffhh-basics
tags: basics tags: basics
- hosts: certsync
roles:
- certsync
tags: certsync
- hosts: letsrenew - hosts: letsrenew
roles: roles:
- letsrenew - letsrenew

View file

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

View file

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