ansible-personal/nomads.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

13 lines
147 B
YAML

---
# file: nomads.yml
- hosts: nomads
become: yes
roles:
- common
- munin
vars_files:
- vars/ipsets.yml
# vim: set sw=2 ts=2: