Skip to content

Commit

Permalink
Merge branch 'stackhpc:stackhpc/yoga' into stackhpc/yoga
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus authored Jun 29, 2023
2 parents 4009c5d + a9d8b98 commit 48fa9ca
Show file tree
Hide file tree
Showing 8 changed files with 1,028 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Controller interface on all-in-one network.
aio_interface: breth1
# Use dummy1 if it exists, otherwise the bridge will have no ports.
aio_bridge_ports: "{{ ['dummy1'] if 'dummy1' in hostvars[inventory_hostname].ansible_facts else [] }}"
aio_bridge_ports: "{{ ['dummy1'] if ('dummy1' in hostvars[inventory_hostname].ansible_facts) or (os_distribution == 'rocky' and os_release == '9') else [] }}"

###############################################################################
# Dummy variable to allow Ansible to accept this file.
Expand Down
Loading

0 comments on commit 48fa9ca

Please sign in to comment.