/ncstate.network

A collection of ansible modules that will hopefully be merged in elsewhere

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ansible Collection - ncstate.network

This is a collection of modules for NC State University that have not been submitted to any other projects for inclusion.

Modules

ncstate.network.tftp_send - A simple module to take given text and send it as a file to a TFTP server. It can be used to send 'show run' output to backup server when device tftp is not available.

ncstate.network.sftp_send - A simple module to take given text and send it as a file to a SFTP server. It can be used to send 'show run' output to backup server using sftp.

ncstate.network.edgeswitch_command - A module to run commands on Ubiquiti EdgeSwitch devices.

ncstate.network.edgeswitch_config - A module to configure Ubiquiti EdgeSwitch devices.

ncstate.network.apcos_command - A module to run CLI commands against APC NMCs.

ncstate.network.apcos_dns - A module to configure DNS on APC NMCs.

ncstate.network.apcos_ntp - A module to configure NTP on APC NMCs.

ncstate.network.apcos_radius - A module to configure RADIUS on APC NMCs.

ncstate.network.apcos_snmp - A module to configure SNMP v2c on APC NMCs.

ncstate.network.apcos_snmpv3 - A module to configure SNMP v3 on APC NMCs.

ncstate.network.apcos_system - A module to configure system option on APC NMCs.