Commit 73d1c8ff authored by nimrod's avatar nimrod
Browse files

- Renamed the zones and conf.d templates directories, more consistant.

parent b21aa98b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ NSD

Install NSD with minimal configuration. Just package installation, create
configuration and zones directories and copy templates (if any). Configuration
templates can be placed inside :code:`templates/nsd_conf_d` and zone templates
inside :code:`templates/nsd_zones` either inside the role or relative to the
templates can be placed inside :code:`templates/nsd/conf.d` and zone templates
inside :code:`templates/nsd/zones` either inside the role or relative to the
playbook.

Requirements
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

- name: Copy configuration templates
  with_fileglob:
      - templates/nsd_conf_d/*
      - templates/nsd/conf.d/*
  template:
      src: '{{ item }}'
      dest: '{{ nsd_conf_d }}/'
@@ -43,7 +43,7 @@

- name: Copy zones
  with_fileglob:
      - templates/nsd_zones/*
      - templates/nsd/zones/*
  template:
      src: '{{ item }}'
      dest: '{{ nsd_zones }}/'
+0 −0

File moved.

+0 −0

File moved.