mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
35 lines
478 B
YAML
35 lines
478 B
YAML
|
# 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
|