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:
parent
22165b1c04
commit
cdf368d257
1 changed files with 16 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue