Add dhcp server to print servers
This commit is contained in:
parent
465a1a9eeb
commit
838efc0554
3 changed files with 46 additions and 3 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue