Move certsync to basics.yml
This commit is contained in:
parent
cee2fde3ac
commit
bba9cb6c17
|
@ -5,6 +5,11 @@
|
|||
- ffhh-basics
|
||||
tags: basics
|
||||
|
||||
- hosts: certsync
|
||||
roles:
|
||||
- certsync
|
||||
tags: certsync
|
||||
|
||||
- hosts: letsrenew
|
||||
roles:
|
||||
- letsrenew
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
|
||||
- hosts: updates
|
||||
roles:
|
||||
- certsync
|
||||
- website/updates
|
||||
tags: updates
|
||||
|
|
Loading…
Reference in a new issue