1
0
Fork 0
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:
A Holt 2019-01-16 04:49:30 -05:00 committed by GitHub
parent 2550eb4d04
commit 63fda2b290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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