ansible-personal/site.yml
Alan Orth 66de556d83
Add a "nomads" group of hosts
Hosts that I want to run common config stuff like SSH, firewalls,
etc.
2020-12-08 20:55:24 +02:00

8 lines
102 B
YAML

---
# file: site.yml
- import_playbook: nomads.yml
- import_playbook: web.yml
# vim: set sw=2 ts=2: