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:
parent
82854b94a1
commit
aab78257d4
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue