mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
1639aacf45
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ network:
|
|||
search: [{{ iiab_domain }}]
|
||||
{% else %}
|
||||
dhcp4: yes
|
||||
optional: true
|
||||
{% endif %}
|
||||
|
||||
#{% if iiab_lan_iface == "br0" %}
|
||||
# bridges:
|
||||
# # the key name is the name for virtual (created) interfaces
|
||||
|
|
|
@ -567,5 +567,5 @@ is_fedora_18: False
|
|||
# How This Works:
|
||||
# 1. /opt/iiab/iiab/iiab-install copies scripts/local_facts.fact to /etc/ansible/facts.d/local_facts.fact
|
||||
# 2. Ansible runs /etc/ansible/facts.d/local_facts.fact to identify the OS
|
||||
# 3. ./iiab-install (iiab-stages.yml) or ./runrole (run-one-role.yml) or Admin Console (iiab-from-console.yml) invoke the correct /opt/iiab/iiab/vars/<OS>.yml
|
||||
# 3. Within /opt/iiab/iiab, ./iiab-install (iiab-stages.yml) or ./runrole (run-one-role.yml) or Admin Console (iiab-from-console.yml) invoke the correct /opt/iiab/iiab/vars/<OS>.yml
|
||||
# Longer Explanation: https://github.com/iiab/iiab/wiki/IIAB-Variables (Order of Execution and Precedence)
|
||||
|
|
Loading…
Add table
Reference in a new issue