1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

fixed cherry-pick 54f7b4e728

This commit is contained in:
Jerry Vonau 2017-11-01 10:15:59 -04:00
parent 22165b1c04
commit cdf368d257

View file

@ -25,6 +25,7 @@
tags:
- network
#### start services
- include_tasks: avahi.yml
tags:
- network
@ -37,6 +38,21 @@
- include_tasks: computed_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
- include_tasks: enable_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
#### end services
#### Start network layout
- include_tasks: ifcfg_mods.yml
tags:
@ -72,17 +88,6 @@
- network
#### end network layout
#### start services
- include_tasks: enable_services.yml
tags:
- network
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
- include_tasks: restart.yml
when: not installing
tags:
@ -91,4 +96,3 @@
- dhcpd
- dnsmasq
- squid
#### end services