1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Jerry Vonau 2022-07-08 06:12:00 -05:00
parent 9ce883ab01
commit e382d193da

View file

@ -63,7 +63,7 @@
#
# 2020-11-04: Fix validation of 5 [now 4] core dependencies, for ./runrole etc
- name: Set vars_checklist for 43 + 43 + 41 vars ("XYZ_install" + "XYZ_enabled" + "XYZ_installed") to be checked
- name: Set vars_checklist for 43 + 43 + 39 vars ("XYZ_install" + "XYZ_enabled" + "XYZ_installed") to be checked
set_fact:
vars_checklist:
- hostapd
@ -159,18 +159,19 @@
# Validates stale options are not marked for install
- name: 'DISALLOW "XYZ_install: True" Unmaintained'
assert:
that: "{{ item }}_install is undefined"
that: "{{ item }}_install is undefined or not {{ item }}_install"
fail_msg: "DISALLOWED: '{{ item }}_install: True' (e.g. in /etc/iiab/local_vars.yml)"
quiet: yes
with_items:
- named
- dhcpd
- wondershaper # Unmaintained
- dansguardian # Unmaintained
- xo_services # Unmaintained
- activity_server # Unmaintained
- ejabberd_xs # Unmaintained
- idmgr # Unmaintained
- dokuwiki # Unmaintained
- ejabberd # Unmaintained
- elgg # Unmaintained
- named # Removed
- dhcpd # Removed
- wondershaper # Removed
- dansguardian # Removed
#- xo_services # Unmaintained
#- activity_server # Unmaintained
#- ejabberd_xs # Unmaintained
#- idmgr # Unmaintained
#- dokuwiki # Unmaintained
#- ejabberd # Unmaintained
#- elgg # Unmaintained