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 }}
|
||||
state=present
|
||||
with_items:
|
||||
|
@ -6,7 +6,7 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
- name: Copy dansguardian config file
|
||||
- name: Copy DansGuardian config file
|
||||
template: src=squid/dansguardian.conf.j2
|
||||
dest=/etc/dansguardian/dansguardian.conf
|
||||
owner=dansguardian
|
||||
|
@ -14,7 +14,7 @@
|
|||
mode=0640
|
||||
when: ansible_distribution == "Fedora"
|
||||
|
||||
- name: Copy dansguardian config file
|
||||
- name: Copy DansGuardian config file
|
||||
template: src=squid/dansguardian.conf.debian.j2
|
||||
dest=/etc/dansguardian/dansguardian.conf
|
||||
owner=dansguardian
|
||||
|
@ -22,7 +22,7 @@
|
|||
mode=0640
|
||||
when: is_debuntu
|
||||
|
||||
- name: Copy dansguardian config file for CentOS
|
||||
- name: Copy DansGuardian config file for CentOS
|
||||
template: src=squid/dansguardian.conf.centos.j2
|
||||
dest=/etc/dansguardian/dansguardian.conf
|
||||
owner=dansguardian
|
||||
|
@ -30,7 +30,7 @@
|
|||
mode=0640
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: Create dansguardian log directory
|
||||
- name: Create 'dansguardian' log directory
|
||||
file: path=/var/log/dansguardian
|
||||
owner=dansguardian
|
||||
group=dansguardian
|
||||
|
@ -38,7 +38,7 @@
|
|||
state=directory
|
||||
when: ansible_distribution != "CentOS"
|
||||
|
||||
- name: Create dansguardian log directory for CentOS
|
||||
- name: Create DansGuardian log directory for CentOS
|
||||
file: path=/var/log/dansguardian
|
||||
owner=dansguardian
|
||||
group=vscan
|
||||
|
|
Loading…
Reference in a new issue