Collection for a role to deploy Netbox on NERC infrastructure
To use, update galaxy-requirements.yml
collections:
- name: nerc.netbox
type: git
version: main
source: https://github.com/nerc-project/nerc-netbox-ansible-collection.git
Installs netbox containers on a host.
Example:
- name: deploy netbox
hosts: localhost
gather_facts: false
roles:
- nerc.netbox.netbox