mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
removed unused templates & touchups
This commit is contained in:
parent
5e38b47d04
commit
db2827a0ed
5 changed files with 1 additions and 9 deletions
|
@ -133,7 +133,6 @@
|
|||
mode='0755'
|
||||
with_items:
|
||||
- { 0: 'gateway/iiab-gen-iptables', 1: '/usr/bin/iiab-gen-iptables' }
|
||||
- { 0: 'gateway/check-LAN', 1: '/usr/bin/check-LAN' }
|
||||
|
||||
- name: Add 'squid' to service list
|
||||
ini_file: dest='{{ service_filelist }}'
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
mode=0750
|
||||
state=directory
|
||||
|
||||
- include_tasks: roles/network/tasks/dansguardian.yml
|
||||
- include_tasks: dansguardian.yml
|
||||
when: dansguardian_install
|
||||
|
||||
- name: Add Squid to service list
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{{ iiab_domain }}
|
|
@ -1,3 +0,0 @@
|
|||
{% if iiab_lan_iface != "none" %}
|
||||
{{ iiab_lan_iface }}
|
||||
{% endif %}
|
|
@ -1,3 +0,0 @@
|
|||
{% if iiab_wan_iface != "none" %}
|
||||
{{ iiab_wan_iface }}
|
||||
{% endif %}
|
Loading…
Reference in a new issue