1
0
Fork 0
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:
Jerry Vonau 2017-10-10 13:06:20 -05:00
parent aab78257d4
commit c1a272cd90
2 changed files with 4 additions and 2 deletions

View file

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

View file

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