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

Comments/0-init/NGINX/Apache cleanup

This commit is contained in:
root 2020-05-18 17:33:30 -04:00
parent 6188f30c0a
commit 8efc06a273
4 changed files with 11 additions and 51 deletions

View file

@ -43,11 +43,6 @@
- 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
#- name: Set exFAT_enabled if xo_model != "none"
# set_fact:
# exFAT_enabled: True
# when: xo_model != "none"
# Discover: do we have a gateway?
# If Ansible detects gateway, becomes WAN candidate.
- name: "Do we have a gateway? If so set discovered_wan_iface: {{ ansible_default_ipv4.alias }}"