* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
11 lines
177 B
YAML
11 lines
177 B
YAML
---
|
|
- hosts: datacenter
|
|
gather_facts: no
|
|
connection: network_cli
|
|
collections:
|
|
- dellemc.os9
|
|
roles:
|
|
- os9_interface
|
|
- os9_bgp
|
|
- os9_snmp
|
|
- os9_system
|