Add dhcp server to print servers

This commit is contained in:
Timo Makinen 2021-09-02 19:11:19 +00:00
parent 465a1a9eeb
commit 838efc0554
3 changed files with 46 additions and 3 deletions

View file

@ -7,6 +7,8 @@ network_vip_interfaces:
pass: "{{ vip24_pass }}"
priority: "{{ vip24_priority }}"
dhcpd_template: dhcpd.conf.print.j2
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 53, from: [172.20.24.0/24]}