mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
8df175fa90
commit
cb59e61253
1 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,10 @@
|
||||||
|
|
||||||
- name: enable ethernet interfaces
|
- name: enable ethernet interfaces
|
||||||
eos_config:
|
eos_config:
|
||||||
int Ethernet1
|
lines:
|
||||||
no shutdown
|
- int Ethernet1
|
||||||
int Ethernet2
|
- no shutdown
|
||||||
no shutdown
|
- int Ethernet2
|
||||||
|
- no shutdown
|
||||||
|
provider: "{{ cli }}"
|
||||||
|
connection: local
|
||||||
|
|
Loading…
Reference in a new issue