mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
more readable
This commit is contained in:
parent
eab8010b0a
commit
9d97750b6d
1 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: Install dansguardian packages
|
- name: Install DansGuardian packages
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
state=present
|
state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
||||||
- name: Copy dansguardian config file
|
- name: Copy DansGuardian config file
|
||||||
template: src=squid/dansguardian.conf.j2
|
template: src=squid/dansguardian.conf.j2
|
||||||
dest=/etc/dansguardian/dansguardian.conf
|
dest=/etc/dansguardian/dansguardian.conf
|
||||||
owner=dansguardian
|
owner=dansguardian
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
mode=0640
|
mode=0640
|
||||||
when: ansible_distribution == "Fedora"
|
when: ansible_distribution == "Fedora"
|
||||||
|
|
||||||
- name: Copy dansguardian config file
|
- name: Copy DansGuardian config file
|
||||||
template: src=squid/dansguardian.conf.debian.j2
|
template: src=squid/dansguardian.conf.debian.j2
|
||||||
dest=/etc/dansguardian/dansguardian.conf
|
dest=/etc/dansguardian/dansguardian.conf
|
||||||
owner=dansguardian
|
owner=dansguardian
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
mode=0640
|
mode=0640
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: Copy dansguardian config file for CentOS
|
- name: Copy DansGuardian config file for CentOS
|
||||||
template: src=squid/dansguardian.conf.centos.j2
|
template: src=squid/dansguardian.conf.centos.j2
|
||||||
dest=/etc/dansguardian/dansguardian.conf
|
dest=/etc/dansguardian/dansguardian.conf
|
||||||
owner=dansguardian
|
owner=dansguardian
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
mode=0640
|
mode=0640
|
||||||
when: ansible_distribution == "CentOS"
|
when: ansible_distribution == "CentOS"
|
||||||
|
|
||||||
- name: Create dansguardian log directory
|
- name: Create 'dansguardian' log directory
|
||||||
file: path=/var/log/dansguardian
|
file: path=/var/log/dansguardian
|
||||||
owner=dansguardian
|
owner=dansguardian
|
||||||
group=dansguardian
|
group=dansguardian
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
state=directory
|
state=directory
|
||||||
when: ansible_distribution != "CentOS"
|
when: ansible_distribution != "CentOS"
|
||||||
|
|
||||||
- name: Create dansguardian log directory for CentOS
|
- name: Create DansGuardian log directory for CentOS
|
||||||
file: path=/var/log/dansguardian
|
file: path=/var/log/dansguardian
|
||||||
owner=dansguardian
|
owner=dansguardian
|
||||||
group=vscan
|
group=vscan
|
||||||
|
|
Loading…
Reference in a new issue