mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
2550eb4d04
commit
63fda2b290
1 changed files with 5 additions and 5 deletions
|
@ -55,22 +55,22 @@
|
|||
- hostname
|
||||
- domain
|
||||
|
||||
- name: Configuring wondershaper
|
||||
- name: Configure wondershaper
|
||||
include_tasks: wondershaper.yml
|
||||
when: wondershaper_install
|
||||
tags:
|
||||
- network
|
||||
- wondershaper
|
||||
|
||||
- name: (Re)Installing named
|
||||
- name: (Re)Install named
|
||||
include_tasks: named.yml
|
||||
when: named_install and FQDN_changed and iiab_stage|int == 9
|
||||
|
||||
- name: (Re)Installing dhcpd
|
||||
- name: (Re)Install dhcpd
|
||||
include_tasks: dhcpd.yml
|
||||
when: dhcpd_install and FQDN_changed and iiab_stage|int == 9
|
||||
|
||||
- name: (Re)Installing Squid
|
||||
- name: (Re)Install Squid
|
||||
include_tasks: squid.yml
|
||||
when: squid_install and FQDN_changed and iiab_stage|int == 9
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
|||
tags:
|
||||
- network
|
||||
|
||||
- name: Netplan in use on ubuntu 18
|
||||
- name: Netplan in use on Ubuntu 18
|
||||
include_tasks: netplan.yml
|
||||
when: is_ubuntu_18
|
||||
#and not installing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue