Move custom vars to group_vars/download

This commit is contained in:
Rick Elrod 2014-05-15 04:02:22 +00:00
parent b5cbb782ec
commit 1dccbe021f
2 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1,3 @@
---
tcp_ports: [80, 443, 873]
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"

View file

@ -26,10 +26,6 @@
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
vars:
- tcp_ports: [80, 443, 873]
- rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
roles:
- base
- rkhunter