From 5f17c307a8cca08af83d38322ad56d72ed2be908 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 4 Feb 2018 19:30:06 +0100 Subject: [PATCH 1/2] add IP Infusion's vendor module for Ansible This commit adds a link to IP Infusion's OcNOS related repository on GitHub. It contains an Ansible module, and SNMP and YANG files. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00ee4ed..3a71e6d 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a - [ara](https://github.com/openstack/ara) - Ansible Runtime Analysis. - [Fortimanager-Ansible](https://github.com/networktocode/fortimanager-ansible) - Ansible Module to work with Fortimanager. - [Infoblox-Ansible](https://github.com/infobloxopen/infoblox-ansible) - Ansible Module to work with Infoblox. + - [IP Infusion OcNOS Ansible module](https://github.com/IPInfusion/OcNOS) - Ansible module, SNMP MIB files, and YANG files for OcNOS (you need to select the branch that corresponds to your OcNOS version to get to the files) - [Napalm-Ansible](https://github.com/napalm-automation/napalm-ansible) - Collection of ansible modules that use napalm to retrieve data or modify configuration on networking devices. - [Netscaler-Ansible](https://github.com/networktocode/netscaler-ansible) - Ansible Module to work with Netscalers. - [NTC Ansible](https://github.com/networktocode/ntc-ansible) - Multi-vendor Ansible Modules for Network Automation. From 8361c076d42c4f87a958ff90f8946a04ebc869a7 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Mon, 5 Feb 2018 15:08:04 +0100 Subject: [PATCH 2/2] remove details from IP Infusion Ansible module entry To improve maintainability of the list, implementation details that might change, like a repository organization, should be omitted. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a71e6d..d0b6adb 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a - [ara](https://github.com/openstack/ara) - Ansible Runtime Analysis. - [Fortimanager-Ansible](https://github.com/networktocode/fortimanager-ansible) - Ansible Module to work with Fortimanager. - [Infoblox-Ansible](https://github.com/infobloxopen/infoblox-ansible) - Ansible Module to work with Infoblox. - - [IP Infusion OcNOS Ansible module](https://github.com/IPInfusion/OcNOS) - Ansible module, SNMP MIB files, and YANG files for OcNOS (you need to select the branch that corresponds to your OcNOS version to get to the files) + - [IP Infusion OcNOS Ansible module](https://github.com/IPInfusion/OcNOS) - Ansible module, SNMP MIB files, and YANG files for OcNOS - [Napalm-Ansible](https://github.com/napalm-automation/napalm-ansible) - Collection of ansible modules that use napalm to retrieve data or modify configuration on networking devices. - [Netscaler-Ansible](https://github.com/networktocode/netscaler-ansible) - Ansible Module to work with Netscalers. - [NTC Ansible](https://github.com/networktocode/ntc-ansible) - Multi-vendor Ansible Modules for Network Automation.