* adding OS9 ansible collections * adding OS9 collections * adding licensing, documentation changes * fix for bugs reported by ansible sanity test * fix for bugs reported by ansible sanity test * adding documentation review changes and sanity folder Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
19 lines
485 B
YAML
19 lines
485 B
YAML
# Copyright (c) 2020 Dell Inc.
|
|
---
|
|
galaxy_info:
|
|
author: Dell EMC Networking Engineering
|
|
description: >
|
|
This role shall be used to push the backup running configuration into the device.
|
|
This role shall merge the configuration in the template file with the running configuration of the device
|
|
license: GPLv3
|
|
min_ansible_version: 2.9.6
|
|
|
|
platforms:
|
|
- name: os9
|
|
|
|
galaxy_tags:
|
|
- networking
|
|
- dell
|
|
- emc
|
|
- dellemc
|
|
- os9
|