server1-network: use actual interfaces

This commit is contained in:
Astro 2016-11-14 01:13:52 +01:00
parent f813bc781b
commit 6e91b323cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{%- import_yaml "netmasks.yaml" as netmasks -%} {%- import_yaml "netmasks.yaml" as netmasks -%}
{% set bond_slaves = ['eth1', 'eth2'] %} {% set bond_slaves = ['eno1', 'eno2', 'eno3', 'eno4'] %}
{% for slave in bond_slaves %} {% for slave in bond_slaves %}
{{ slave }}: {{ slave }}: