mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Disable isc-dhcp-server6.service on ubuntu-18
This commit is contained in:
parent
e74cc9e241
commit
1dda6adf6d
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
||||||
state=stopped
|
state=stopped
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
- name: Disable stock dhcp_service ipv6
|
||||||
|
service: name={{ dhcp_service }}6
|
||||||
|
enabled=no
|
||||||
|
state=stopped
|
||||||
|
when: is_ubuntu_18
|
||||||
|
|
||||||
- name: Install systemd unit file to /etc/systemd/system/dhcpd.service
|
- name: Install systemd unit file to /etc/systemd/system/dhcpd.service
|
||||||
template: src={{ item.src }}
|
template: src={{ item.src }}
|
||||||
dest={{ item.dest }}
|
dest={{ item.dest }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue