Skip to content

pheus/ansible-collection-netbox

Repository files navigation

Ansible Collection - NetBox

This repository contains the pheus.netbox Ansible Collection.

Tested with Ansible

Tested with ansible-core >=2.14 releases.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Please check the included content on the Ansible Galaxy page for this collection.

Using this collection

ansible-galaxy collection install pheus.netbox

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: pheus.netbox

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install pheus.netbox --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install pheus.netbox:==X.Y.Z

See Ansible Using collections for more details.

Release notes

See the changelog.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Ansible Collection - NetBox

Resources

License

Stars

Watchers

Forks

Releases

No releases published