17 lines
195 B
YAML
17 lines
195 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- basics
|
|
- ffhh-basics
|
|
tags: basics
|
|
|
|
- hosts: certsync
|
|
roles:
|
|
- certsync
|
|
tags: certsync
|
|
|
|
- hosts: letsrenew
|
|
roles:
|
|
- letsrenew
|
|
tags: letsrenew
|