Adding Netbox

This commit is contained in:
Patrick Toal
2019-05-06 00:34:45 -04:00
parent 832502de34
commit 6e2205a046
278 changed files with 12767 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# config_manager
This role is designed to provide a network platform agnostic approach to
managing the active (running) configuration file on a remote device. This
role requires one (or more) platform provider roles to execute properly.
## Requirements
* Ansible 2.5 or later
* Ansible Network Engine Role 2.6.0 or later
## Functions
This section provides a list of the availabe functions that are including
in this role.
* get [[source]](https://github.com/ansible-network/config_manager/blob/devel/tasks/get.yaml) [[docs]](https://github.com/ansible-network/config_manager/blob/devel/docs/get.md)
* load [[source]](https://github.com/ansible-network/config_manager/blob/devel/tasks/load.yaml) [[docs]](https://github.com/ansible-network/config_manager/blob/devel/docs/load.md)
* save [[source]](https://github.com/ansible-network/config_manager/blob/devel/tasks/save.yaml) [[docs]](https://github.com/ansible-network/config_manager/blob/devel/docs/save.md)
## License
GPLv3
## Author Information
Ansible Network Community (ansible-network)