|
|
|
|
|
|
|
|
- proto: {{ interface.get('proto', 'static') }} |
|
|
- proto: {{ interface.get('proto', 'static') }} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{%- if grains.os_family == 'RedHat' %} |
|
|
{%- if grains.os_family == 'RedHat' %} |
|
|
|
|
|
{%- if interface.get('proto', 'none') == 'manual' %} |
|
|
|
|
|
- proto: 'none' |
|
|
|
|
|
{%- else %} |
|
|
- proto: {{ interface.get('proto', 'none') }} |
|
|
- proto: {{ interface.get('proto', 'none') }} |
|
|
|
|
|
{%- endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
- ipaddr: {{ interface.address }} |
|
|
- ipaddr: {{ interface.address }} |
|
|
- netmask: {{ interface.netmask }} |
|
|
- netmask: {{ interface.netmask }} |