ansible-config/basics.yml

22 lines
241 B
YAML
Raw Normal View History

2017-04-01 01:00:07 +02:00
---
2018-11-03 16:20:39 +01:00
- hosts: ffhh
2017-04-01 01:00:07 +02:00
roles:
2017-10-03 16:05:22 +02:00
- basics
- ffhh-basics
tags: basics
2018-11-07 21:35:44 +01:00
- hosts: certbot
roles:
- certbot
tags: certbot
2017-10-03 17:28:19 +02:00
- hosts: certsync
roles:
- certsync
tags: certsync
2018-11-03 16:20:39 +01:00
- hosts: nginx
roles:
- nginx
tags: nginx