mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
treat ubuntu same as debian
This commit is contained in:
parent
aab78257d4
commit
c1a272cd90
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
- name: Disable stock dhcp_service service
|
- name: Disable stock dhcp_service
|
||||||
service: name={{ dhcp_service }}
|
service: name={{ dhcp_service }}
|
||||||
enabled=no
|
enabled=no
|
||||||
when: dhcpd_install and first_run and is_debian_9
|
state=stopped
|
||||||
|
when: dhcpd_install and first_run
|
||||||
|
|
||||||
- name: Disable dhcpd service
|
- name: Disable dhcpd service
|
||||||
service: name=dhcpd
|
service: name=dhcpd
|
||||||
|
|
|
@ -2,6 +2,7 @@ is_debuntu: True
|
||||||
is_ubuntu: True
|
is_ubuntu: True
|
||||||
dns_service: bind9
|
dns_service: bind9
|
||||||
dns_user: bind
|
dns_user: bind
|
||||||
|
dhcp_service: isc-dhcp-server
|
||||||
proxy: squid
|
proxy: squid
|
||||||
proxy_user: proxy
|
proxy_user: proxy
|
||||||
apache_service: apache2
|
apache_service: apache2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue