1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

network - remove unused installing.yml file

This commit is contained in:
Jerry Vonau 2017-11-06 14:18:17 -06:00
parent 6e22e73ab6
commit 3df58f1d00

View file

@ -1,34 +0,0 @@
# only needs to be done once
- include: named.yml
tags:
- named
- network
when: named_install
- include: dhcpd.yml
tags:
- dhcpd
- network
when: dhcpd_install
- include: dnsmasq.yml
tags:
- dnsmasq
- network
when: dnsmasq_install
- include: squid.yml
tags:
- squid
- network
when: squid_install
- include: wondershaper.yml
tags:
- wondershaper
- network
- include: iptables.yml
tags:
- iptables
- network