mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update enable_services.yml
This commit is contained in:
parent
14678e8121
commit
eb1f6a5dcc
1 changed files with 5 additions and 5 deletions
|
@ -100,16 +100,16 @@
|
|||
mode: "{{ item.mode }}"
|
||||
with_items:
|
||||
- src: squid/squid-iiab.conf.j2
|
||||
dest: '/etc/{{ proxy }}/squid-iiab.conf'
|
||||
owner: '{{ proxy_user }}'
|
||||
group: '{{ proxy_user }}'
|
||||
dest: "/etc/{{ proxy }}/squid-iiab.conf"
|
||||
owner: "{{ proxy_user }}"
|
||||
group: "{{ proxy_user }}"
|
||||
mode: 0644
|
||||
when: squid_enabled and squid_install
|
||||
|
||||
- name: Point to Squid config file from startup file
|
||||
lineinfile:
|
||||
regexp: '^CONFIG'
|
||||
line: 'CONFIG=/etc/{{ proxy }}/squid-iiab.conf'
|
||||
line: "CONFIG=/etc/{{ proxy }}/squid-iiab.conf"
|
||||
dest: "/etc/init.d/{{ proxy }}"
|
||||
when: squid_enabled and squid_install and is_debuntu
|
||||
|
||||
|
@ -170,7 +170,7 @@
|
|||
- option: enabled
|
||||
value: "{{ dansguardian_enabled }}"
|
||||
|
||||
- name: Add 'wondershaper' to list of services at /etc/iiab/iiab.ini
|
||||
- name: Add 'wondershaper' to list of services at /etc/iiab/iiab.ini
|
||||
ini_file:
|
||||
dest: "{{ service_filelist }}"
|
||||
section: wondershaper
|
||||
|
|
Loading…
Reference in a new issue