Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sol1-icinga2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Sol1 Ansible Roles
sol1-icinga2
Commits
88f3d904
Commit
88f3d904
authored
4 years ago
by
David Kempe
Browse files
Options
Downloads
Patches
Plain Diff
added netbox module
parent
1dff6b65
Branches
Branches containing commit
Tags
v3.0.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
defaults/main.yml
+1
-0
1 addition, 0 deletions
defaults/main.yml
tasks/module_netbox.yml
+10
-0
10 additions, 0 deletions
tasks/module_netbox.yml
tasks/web.yml
+5
-0
5 additions, 0 deletions
tasks/web.yml
with
16 additions
and
0 deletions
defaults/main.yml
+
1
−
0
View file @
88f3d904
...
...
@@ -25,6 +25,7 @@ icingaweb2_modules:
-
doc
-
monitoring
-
director
-
netbox
icingaweb2_state
:
present
icingaweb2_admin_user
:
icingaadmin
...
...
This diff is collapsed.
Click to expand it.
tasks/module_netbox.yml
0 → 100644
+
10
−
0
View file @
88f3d904
---
-
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
This diff is collapsed.
Click to expand it.
tasks/web.yml
+
5
−
0
View file @
88f3d904
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment