diff --git a/nomads.yml b/nomads.yml new file mode 100644 index 0000000..a76c913 --- /dev/null +++ b/nomads.yml @@ -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: diff --git a/site.yml b/site.yml index 311dc89..2fba82c 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,7 @@ --- # file: site.yml +- import_playbook: nomads.yml - import_playbook: web.yml # vim: set sw=2 ts=2: