dhcpd: Add support for custom dhcpd.conf
This commit is contained in:
parent
4e887f5da2
commit
5df27ce9d5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
- name: create config
|
- name: create config
|
||||||
template:
|
template:
|
||||||
dest: "{{ dhcpd_config }}"
|
dest: "{{ dhcpd_config }}"
|
||||||
src: dhcpd.conf.j2
|
src: "{{ dhcpd_template | default('dhcpd.conf.j2') }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
# validate: "dhcpd -t -cf %s"
|
# validate: "dhcpd -t -cf %s"
|
||||||
|
|
Loading…
Add table
Reference in a new issue