pylabs.netbox

netbox

Configura NetBox en Debian.

Variables del Rol

netbox_version: VERSION_NETBOX
netbox_db_name: NOMBRE_DB
netbox_db_user: USUARIO_DB
netbox_db_password: CONTRASEÑA_DB

Dependencias

  • pylabs.python3
  • pylabs.nginx

Ejemplo de Playbook

- hosts: servidores
  roles:
    - pylabs.netbox
  vars:
    netbox_version: "2.6.6"
    netbox_db_name: netbox
    netbox_db_user: netbox
    netbox_db_password: netboxpa$$

Licencia

MIT

Información del Autor

William Wu william@pylabs.org

Acerca del proyecto

Setup NetBox

Instalar
ansible-galaxy install pylabs.netbox
Licencia
Unknown
Descargas
75
Propietario