Add ipsets.yml

Contains "ghetto" ipsets which we use in firewall rules etc.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-09-11 00:12:55 +03:00
parent be0e0ea21a
commit dbf3bcfb0c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 7 additions and 0 deletions

6
vars/ipsets.yml Normal file
View File

@ -0,0 +1,6 @@
---
ghetto_ipsets:
public: { src: '0.0.0.0/0' }
# vim: set ts=2 sw=2:

View File

@ -11,6 +11,7 @@
- php5-fpm
- munin
vars_files:
- vars/ipsets.yml
- "vars/{{ ansible_os_family }}.yml"
# vim: set sw=2 ts=2: