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
|
- hostname
|
||||||
- domain
|
- domain
|
||||||
|
|
||||||
- name: Configuring wondershaper
|
- name: Configure wondershaper
|
||||||
include_tasks: wondershaper.yml
|
include_tasks: wondershaper.yml
|
||||||
when: wondershaper_install
|
when: wondershaper_install
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
- wondershaper
|
- wondershaper
|
||||||
|
|
||||||
- name: (Re)Installing named
|
- name: (Re)Install named
|
||||||
include_tasks: named.yml
|
include_tasks: named.yml
|
||||||
when: named_install and FQDN_changed and iiab_stage|int == 9
|
when: named_install and FQDN_changed and iiab_stage|int == 9
|
||||||
|
|
||||||
- name: (Re)Installing dhcpd
|
- name: (Re)Install dhcpd
|
||||||
include_tasks: dhcpd.yml
|
include_tasks: dhcpd.yml
|
||||||
when: dhcpd_install and FQDN_changed and iiab_stage|int == 9
|
when: dhcpd_install and FQDN_changed and iiab_stage|int == 9
|
||||||
|
|
||||||
- name: (Re)Installing Squid
|
- name: (Re)Install Squid
|
||||||
include_tasks: squid.yml
|
include_tasks: squid.yml
|
||||||
when: squid_install and FQDN_changed and iiab_stage|int == 9
|
when: squid_install and FQDN_changed and iiab_stage|int == 9
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
- name: Netplan in use on ubuntu 18
|
- name: Netplan in use on Ubuntu 18
|
||||||
include_tasks: netplan.yml
|
include_tasks: netplan.yml
|
||||||
when: is_ubuntu_18
|
when: is_ubuntu_18
|
||||||
#and not installing
|
#and not installing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue