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

move enable_service - edits

This commit is contained in:
Jerry Vonau 2017-11-01 10:15:59 -04:00
parent f76f468d7f
commit 54f7b4e728

View file

@ -28,6 +28,7 @@
tags: tags:
- network - network
#### start services
- include_tasks: avahi.yml - include_tasks: avahi.yml
tags: tags:
- network - network
@ -41,6 +42,17 @@
tags: tags:
- network - network
- include_tasks: enable_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
#### end services
#### Start network layout
- include_tasks: ifcfg_mods.yml - include_tasks: ifcfg_mods.yml
tags: tags:
- network - network
@ -76,15 +88,6 @@
- network - network
#### end network layout #### end network layout
#### start services
- include_tasks: enable_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
- include_tasks: restart.yml - include_tasks: restart.yml
when: not installing when: not installing
tags: tags:
@ -93,4 +96,3 @@
- dhcpd - dhcpd
- dnsmasq - dnsmasq
- squid - squid
#### end services