123456789101112131415161718192021222324252627 |
- ---
- - name: Ethernet Configuration
- hosts: all
- gather_facts: false
- connection: network_cli
- collections:
- - dellemc.os10
- vars:
- ansible_network_os: dellemc.os10.os10
- ansible_command_timeout: 180
- roles:
- - network_ethernet
|