Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
17
roles/dnsdhcptftp/templates/localzones.j2
Normal file
17
roles/dnsdhcptftp/templates/localzones.j2
Normal file
|
@ -0,0 +1,17 @@
|
|||
include "/etc/bind/rndc.key";
|
||||
|
||||
zone "{{ ipaddr_lan_ptr[:-1] }}" {
|
||||
type master;
|
||||
notify no;
|
||||
file "/etc/bind/db.{{ ipaddr_lan_threeoct }}";
|
||||
journal "/var/lib/bind/db.{{ ipaddr_lan_threeoct }}.jnl";
|
||||
allow-update { key rndc-key; };
|
||||
};
|
||||
|
||||
zone "intern" {
|
||||
type master;
|
||||
notify no;
|
||||
file "/etc/bind/db.intern";
|
||||
journal "/var/lib/bind/db.intern.jnl";
|
||||
allow-update { key rndc-key; };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue