mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Removed
This commit is contained in:
parent
9ce883ab01
commit
e382d193da
1 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue