software-infrastructure/site.yml
2024-07-03 12:38:09 +00:00

9 lines
178 B
YAML

---
# Master playbook for eom.dev
- name: Initial OS configuration
hosts: all
become: true
roles:
- role: ericomeehan.dump-debconf-database
where: os == "debian"