2017-07-12 14:50:13 +00:00
|
|
|
- name: Enable Ethernet1 interface and disable switchport
|
|
|
|
eos_config:
|
|
|
|
lines:
|
|
|
|
- no shutdown
|
|
|
|
- no switchport
|
|
|
|
parents: int Ethernet1
|
|
|
|
authorize: yes
|
2017-08-09 09:44:42 +00:00
|
|
|
provider: "{{ cli }}"
|
2017-07-12 14:50:13 +00:00
|
|
|
connection: local
|
|
|
|
|
|
|
|
- name: Enable Ethernet2 interface and disable switchport
|
|
|
|
eos_config:
|
|
|
|
lines:
|
|
|
|
- no shutdown
|
|
|
|
- no switchport
|
|
|
|
parents: int Ethernet2
|
|
|
|
authorize: yes
|
2017-08-09 09:44:42 +00:00
|
|
|
provider: "{{ cli }}"
|
2017-07-12 14:50:13 +00:00
|
|
|
connection: local
|