From 3845e78b64e073d86021b263e89b5271b08a5758 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 29 May 2016 12:24:33 +0200 Subject: [PATCH] Template for fftdf.db --- install.sn.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sn.yml b/install.sn.yml index 67360d1..fa35b42 100644 --- a/install.sn.yml +++ b/install.sn.yml @@ -263,7 +263,8 @@ copy: src=./files/fftdf/{{ item }} dest=/etc/bind/fftdf/{{ item }} owner=root group=bind mode=644 with_items: - fftdf.conf - - db.fftdf + - name: Copy fftdf Zone config template + template: src=./files/fftdf/db.fftdf.j2 dest=/etc/bind/fftdf/db.fftdf owner=radvd group=root mode=0444 - name: Copy radvd config template template: src=./files/radvd.conf.j2 dest=/etc/radvd.conf owner=radvd group=root mode=0444 - name: Interface configuration with ffrl gre tunnel @@ -320,4 +321,4 @@ msg: "{{ inventory_hostname }} completed with {{ snversion }}" channel: "#technik" username: "Ansible on {{ inventory_hostname }}" - parse: 'none' \ No newline at end of file + parse: 'none'