mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update dansguardian.yml
This commit is contained in:
parent
ca15a70c00
commit
b3adcfff6e
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
- name: Copy DansGuardian config file (Fedora)
|
||||
- name: Install /etc/dansguardian/dansguardian.conf from template (Fedora)
|
||||
template:
|
||||
src: roles/network/templates/squid/dansguardian.conf.j2
|
||||
dest: /etc/dansguardian/dansguardian.conf
|
||||
|
@ -14,7 +14,7 @@
|
|||
mode: 0640
|
||||
when: ansible_distribution == "Fedora"
|
||||
|
||||
- name: Copy DansGuardian config file (debuntu)
|
||||
- name: Install /etc/dansguardian/dansguardian.conf from template (debuntu)
|
||||
template:
|
||||
src: roles/network/templates/squid/dansguardian.conf.debian.j2
|
||||
dest: /etc/dansguardian/dansguardian.conf
|
||||
|
@ -23,7 +23,7 @@
|
|||
mode: 0640
|
||||
when: is_debuntu
|
||||
|
||||
- name: Copy DansGuardian config file (CentOS)
|
||||
- name: Install /etc/dansguardian/dansguardian.conf from template (CentOS)
|
||||
template:
|
||||
src: roles/network/templates/squid/dansguardian.conf.centos.j2
|
||||
dest: /etc/dansguardian/dansguardian.conf
|
||||
|
@ -32,7 +32,7 @@
|
|||
mode: 0640
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: Create 'dansguardian' log directory (OS's other than CentOS)
|
||||
- name: Create directory /var/log/dansguardian (OS's other than CentOS)
|
||||
file:
|
||||
path: /var/log/dansguardian
|
||||
owner: dansguardian
|
||||
|
@ -41,7 +41,7 @@
|
|||
state: directory
|
||||
when: ansible_distribution != "CentOS"
|
||||
|
||||
- name: Create DansGuardian log directory (CentOS)
|
||||
- name: Create directory /var/log/dansguardian (CentOS)
|
||||
file:
|
||||
path: /var/log/dansguardian
|
||||
owner: dansguardian
|
||||
|
|
Loading…
Add table
Reference in a new issue