-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adisorn Ermongkonchai
committed
Jun 3, 2016
1 parent
ec40c7a
commit 24b4799
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
galaxy_info: | ||
author: 'Adisorn Ermongkonchai' | ||
description: 'IOS-XR device automation tool' | ||
company: 'Cisco Systems, Inc.' | ||
license: 'GPLv3' | ||
min_ansible_version: '2.1.0' | ||
|
||
galaxy_tags: | ||
- networking | ||
|
||
platforms: | ||
- name: Ubuntu | ||
versions: | ||
- 15.10 | ||
- name: ASR9K | ||
versions: | ||
- any | ||
- name: XRV9K | ||
versions: | ||
- 6.0.2 | ||
- name: NCS1K | ||
versions: | ||
- 6.0.2 | ||
- name: NCS5K | ||
versions: | ||
- 6.0.2 | ||
- name: NCS5500 | ||
versions: | ||
- 6.0.2 | ||
|
||
dependencies: [] | ||
# List your role dependencies here, one per line. Only | ||
# dependencies available via galaxy should be listed here. | ||
# Be sure to remove the '[]' above if you add dependencies | ||
# to this list. |