1
0
Fork 0
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:
Jerry Vonau 2017-11-09 15:11:57 -06:00
parent 5e38b47d04
commit db2827a0ed
5 changed files with 1 additions and 9 deletions

View file

@ -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 }}'

View file

@ -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

View file

@ -1 +0,0 @@
{{ iiab_domain }}

View file

@ -1,3 +0,0 @@
{% if iiab_lan_iface != "none" %}
{{ iiab_lan_iface }}
{% endif %}

View file

@ -1,3 +0,0 @@
{% if iiab_wan_iface != "none" %}
{{ iiab_wan_iface }}
{% endif %}