Move custom vars to group_vars/download
This commit is contained in:
parent
b5cbb782ec
commit
1dccbe021f
2 changed files with 3 additions and 4 deletions
3
inventory/group_vars/download
Normal file
3
inventory/group_vars/download
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
tcp_ports: [80, 443, 873]
|
||||||
|
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
|
@ -26,10 +26,6 @@
|
||||||
- "{{ private }}/vars.yml"
|
- "{{ private }}/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
vars:
|
|
||||||
- tcp_ports: [80, 443, 873]
|
|
||||||
- rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- rkhunter
|
- rkhunter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue