parent
8df175fa90
commit
cb59e61253
1 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,10 @@
|
|||
|
||||
- name: enable ethernet interfaces
|
||||
eos_config:
|
||||
int Ethernet1
|
||||
no shutdown
|
||||
int Ethernet2
|
||||
no shutdown
|
||||
lines:
|
||||
- int Ethernet1
|
||||
- no shutdown
|
||||
- int Ethernet2
|
||||
- no shutdown
|
||||
provider: "{{ cli }}"
|
||||
connection: local
|
||||
|
|
Loading…
Reference in a new issue