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