2019-07-31 19:36:53 +02:00
|
|
|
---
|
|
|
|
- name: Ensure required interfaces are present in running-config
|
|
|
|
cli_config:
|
|
|
|
config: "{{ lines }}"
|
|
|
|
vars:
|
|
|
|
lines: |
|
2019-08-12 08:06:54 +02:00
|
|
|
set interfaces ethernet eth0 address dhcp
|
2019-07-31 19:36:53 +02:00
|
|
|
set interfaces ethernet eth1
|
|
|
|
set interfaces ethernet eth2
|
|
|
|
set interfaces loopback lo
|