blob: 59eb0dc809f7df4ed2e2c170f39489b1c408a476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
- hosts: os6switches
gather_facts: no
become: yes
become_method: enable
connection: network_cli
collections:
- dellemc.os6
roles:
- os6_system
- os6_vlan
- os6_interface
- os6_bgp
|