Add a "nomads" group of hosts
Hosts that I want to run common config stuff like SSH, firewalls, etc.
This commit is contained in:
parent
90a8c1c8db
commit
66de556d83
12
nomads.yml
Normal file
12
nomads.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
# file: nomads.yml
|
||||||
|
|
||||||
|
- hosts: nomads
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
|
- munin
|
||||||
|
vars_files:
|
||||||
|
- vars/ipsets.yml
|
||||||
|
|
||||||
|
# vim: set sw=2 ts=2:
|
Loading…
Reference in New Issue
Block a user