Add a "nomads" group of hosts

Hosts that I want to run common config stuff like SSH, firewalls,
etc.
This commit is contained in:
Alan Orth 2020-12-08 20:55:24 +02:00
parent 90a8c1c8db
commit 66de556d83
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 13 additions and 0 deletions

12
nomads.yml Normal file
View 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:

View File

@ -1,6 +1,7 @@
---
# file: site.yml
- import_playbook: nomads.yml
- import_playbook: web.yml
# vim: set sw=2 ts=2: