Skip to content
Snippets Groups Projects
Commit 88f3d904 authored by David Kempe's avatar David Kempe
Browse files

added netbox module

parent 1dff6b65
Branches
Tags v3.0.0
No related merge requests found
......@@ -25,6 +25,7 @@ icingaweb2_modules:
- doc
- monitoring
- director
- netbox
icingaweb2_state: present
icingaweb2_admin_user: icingaadmin
......
---
- name: Pull netboxfrom git
git:
repo: 'https://github.com/sol1/icingaweb2-module-netbox.git'
dest: /usr/share/icingaweb2/modules/netbox
- name: enable netbox module
shell: icingacli module enable netbox
......@@ -90,6 +90,11 @@
include_tasks: "module_director.yml"
when: "'director' in icingaweb2_modules"
- name: "include netbox"
include_tasks: "module_netbox.yml"
when: "'netbox' in icingaweb2_modules"
- name: Enable icingaweb2 modules
file:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment