mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Validate apache_install & apache_enabled in 0-init/tasks/main.yml
This commit is contained in:
parent
a3cbc6c512
commit
58ad767d81
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@
|
||||||
setup:
|
setup:
|
||||||
filter: ansible_local
|
filter: ansible_local
|
||||||
|
|
||||||
# 2020-01-23: checks 53 + 53 + up-to-53 vars for now...validation will improve!
|
- 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.
|
||||||
- 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
|
include_tasks: validate_vars.yml
|
||||||
|
|
||||||
- name: Verify 'apache_install: True' and 'apache_enabled: True' if 'nginx_enabled: False' -- e.g. for Apache testing of older playbooks lacking full NGINX support
|
- name: Verify 'apache_install: True' and 'apache_enabled: True' if 'nginx_enabled: False' -- e.g. for Apache testing of older playbooks lacking full NGINX support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue