1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

disable stock isc-dhcp-server config

This commit is contained in:
Jerry Vonau 2017-09-26 00:54:58 -05:00
parent 82854b94a1
commit aab78257d4
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
- name: Disable stock dhcp_service service
service: name={{ dhcp_service }}
enabled=no
when: dhcpd_install and first_run and is_debian_9
- name: Disable dhcpd service
service: name=dhcpd
enabled=no

View file

@ -2,6 +2,7 @@ is_debuntu: True
is_debian: True
is_debian_9: True
dns_service: bind9
dhcp_service: isc-dhcp-server
dns_user: bind
proxy: squid
proxy_user: proxy