summaryrefslogtreecommitdiffstats
path: root/roles/dnsserver/tasks/dirs.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2014-10-20 04:24:00 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2014-10-20 04:24:00 +0200
commit80e0b526b5288a64f44dc1844504fc6947988d5e (patch)
treec50aa90d3fa9060304bff24cb2d37a91380b7d6b /roles/dnsserver/tasks/dirs.yml
parent3568a116090758c76cbd24391ad8b3d460c06283 (diff)
downloadplaybooks-ansible-80e0b526b5288a64f44dc1844504fc6947988d5e.tar.gz
playbooks-ansible-80e0b526b5288a64f44dc1844504fc6947988d5e.tar.xz
playbooks-ansible-80e0b526b5288a64f44dc1844504fc6947988d5e.zip
Remove dependancy for common role
Add zsh on all hosts Add package to set SELinux booleens on minimal install Update rcfile installation task Fix initial creation of logfile for named Fix first start of named after set conf file Update named.conf template Add ip address vars for dns slave2
Diffstat (limited to 'roles/dnsserver/tasks/dirs.yml')
-rw-r--r--roles/dnsserver/tasks/dirs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/dnsserver/tasks/dirs.yml b/roles/dnsserver/tasks/dirs.yml
index 93a0a1a..3319eee 100644
--- a/roles/dnsserver/tasks/dirs.yml
+++ b/roles/dnsserver/tasks/dirs.yml
@@ -13,7 +13,7 @@
when: ansible_distribution == "CentOS"
- name: Création initiale des fichiers journaux dans /var/log/
- file: path=/var/log/named/{{ item }} state=file
+ file: path=/var/log/named/{{ item }} state=touch
owner=named
group=named
mode=644
@@ -29,7 +29,7 @@
when: ansible_distribution == "Fedora"
- name: Création initiale des fichiers journaux dans /var/named/chroot/
- file: path=/var/named/chroot/var/log/named/{{ item }} state=file
+ file: path=/var/named/chroot/var/log/named/{{ item }} state=touch
owner=named
group=named
mode=644