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
|
# 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:
|
set_fact:
|
||||||
vars_checklist:
|
vars_checklist:
|
||||||
- hostapd
|
- hostapd
|
||||||
|
@ -159,18 +159,19 @@
|
||||||
# Validates stale options are not marked for install
|
# Validates stale options are not marked for install
|
||||||
- name: 'DISALLOW "XYZ_install: True" Unmaintained'
|
- name: 'DISALLOW "XYZ_install: True" Unmaintained'
|
||||||
assert:
|
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)"
|
fail_msg: "DISALLOWED: '{{ item }}_install: True' (e.g. in /etc/iiab/local_vars.yml)"
|
||||||
quiet: yes
|
quiet: yes
|
||||||
with_items:
|
with_items:
|
||||||
- named
|
- named # Removed
|
||||||
- dhcpd
|
- dhcpd # Removed
|
||||||
- wondershaper # Unmaintained
|
- wondershaper # Removed
|
||||||
- dansguardian # Unmaintained
|
- dansguardian # Removed
|
||||||
- xo_services # Unmaintained
|
#- xo_services # Unmaintained
|
||||||
- activity_server # Unmaintained
|
#- activity_server # Unmaintained
|
||||||
- ejabberd_xs # Unmaintained
|
#- ejabberd_xs # Unmaintained
|
||||||
- idmgr # Unmaintained
|
#- idmgr # Unmaintained
|
||||||
- dokuwiki # Unmaintained
|
#- dokuwiki # Unmaintained
|
||||||
- ejabberd # Unmaintained
|
#- ejabberd # Unmaintained
|
||||||
- elgg # Unmaintained
|
#- elgg # Unmaintained
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue