mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
- name: Disable dhcpd service
|
||||||
service: name=dhcpd
|
service: name=dhcpd
|
||||||
enabled=no
|
enabled=no
|
||||||
|
|
|
@ -2,6 +2,7 @@ is_debuntu: True
|
||||||
is_debian: True
|
is_debian: True
|
||||||
is_debian_9: True
|
is_debian_9: True
|
||||||
dns_service: bind9
|
dns_service: bind9
|
||||||
|
dhcp_service: isc-dhcp-server
|
||||||
dns_user: bind
|
dns_user: bind
|
||||||
proxy: squid
|
proxy: squid
|
||||||
proxy_user: proxy
|
proxy_user: proxy
|
||||||
|
|
Loading…
Reference in a new issue