Loading README.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading tasks/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 }}/' Loading @@ -43,7 +43,7 @@ - name: Copy zones with_fileglob: - templates/nsd_zones/* - templates/nsd/zones/* template: src: '{{ item }}' dest: '{{ nsd_zones }}/' Loading templates/nsd_conf_d/.gitkeep→templates/nsd/conf.d/.gitkeep +0 −0 File moved. templates/nsd_zones/.gitkeep→templates/nsd/zones/.gitkeep +0 −0 File moved. Loading
README.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
tasks/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 }}/' Loading @@ -43,7 +43,7 @@ - name: Copy zones with_fileglob: - templates/nsd_zones/* - templates/nsd/zones/* template: src: '{{ item }}' dest: '{{ nsd_zones }}/' Loading