1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

MongoDB / Sugarizer cleanup for Debian 11 etc

This commit is contained in:
root 2020-10-29 21:40:36 -04:00
parent 8d2baf0bfe
commit cb1a57bdab
11 changed files with 76 additions and 88 deletions

View file

@ -35,9 +35,10 @@
path: /etc/iiab/diag
mode: '0777'
- name: Re-read local_facts.facts from /etc/ansible/facts.d
setup:
filter: ansible_local
# 2020-10-29: Appears no longer nec (see 3 above ansible_local.local_facts.*)
#- name: Re-read local_facts.facts from /etc/ansible/facts.d
# setup:
# filter: ansible_local
- name: Pre-check that IIAB's "XYZ_install" + "XYZ_enabled" vars (1) are defined, (2) are boolean-not-string variables, and (3) contain plausible values. Also checks that "XYZ_install" is True when "XYZ_installed" is defined.
include_tasks: validate_vars.yml
@ -167,4 +168,4 @@
when: is_VM is defined
- name: STAGE 0 HAS COMPLETED ======================================
meta: noop
command: echo # "name: XYZ" fails to appear with "meta: noop"