Corbin Bartsch a6565057fb
All checks were successful
Build, test, and deploy Hugo site / build-hugo (push) Successful in 23s
Add nginx container
2025-04-02 22:10:12 -04:00

18 lines
357 B
YAML

---
- name: Play for all hosts
hosts: all
vars_files:
- 'vars/vault.yaml'
roles:
- role: grog.package
- role: coredotbin.openssh
- role: oefenweb.fail2ban
- name: Play for Docker hosts
hosts: docker_hosts
vars_files:
- 'vars/vault.yaml'
roles:
- role: coredotbin.docker
- role: ironicbadger.docker_compose_generator