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

merge - move services

This commit is contained in:
Jerry Vonau 2017-10-31 16:57:39 -05:00
parent 1e3827f97f
commit 8a928978b5

View file

@ -34,6 +34,9 @@
- network - network
- AP - AP
- include_tasks: computed_services.yml
tags:
- network
- include_tasks: ifcfg_mods.yml - include_tasks: ifcfg_mods.yml
tags: tags:
@ -70,13 +73,15 @@
#### end network layout #### end network layout
#### start services #### start services
- include_tasks: computed_services.yml
tags:
- network
- include_tasks: enable_services.yml - include_tasks: enable_services.yml
tags: tags:
- network - network
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
- include_tasks: restart.yml - include_tasks: restart.yml
when: not installing when: not installing