Skip to content

nerc-project/nerc-netbox-ansible-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NERC Netbox Role Collection

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

Roles

netbox

Installs netbox containers on a host.

Example:

- name: deploy netbox
  hosts: localhost
  gather_facts: false
  roles:
    - nerc.netbox.netbox

About

Collection for a role to deploy Netbox components on NERC infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages