Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
icinga
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model 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
Show more breadcrumbs
webarch
icinga
Commits
d4b0dc8e
Commit
d4b0dc8e
authored
2 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Various tweaks
parent
9cd3dd46
No related branches found
Branches containing commit
Tags
2.2.0
Tags containing commit
No related merge requests found
Pipeline
#21810
passed
2 years ago
Stage: lint
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
defaults/main.yml
+0
-2
0 additions, 2 deletions
defaults/main.yml
meta/main.yml
+8
-10
8 additions, 10 deletions
meta/main.yml
tasks/main.yml
+3
-0
3 additions, 0 deletions
tasks/main.yml
vars/main.yml
+3
-0
3 additions, 0 deletions
vars/main.yml
with
14 additions
and
12 deletions
defaults/main.yml
+
0
−
2
View file @
d4b0dc8e
...
...
@@ -6,8 +6,6 @@ icinga_api_users_dir: /etc/icinga2/conf.d/api-users
# icinga_local_tmp: "{{ local_tmp }}"
icinga_local_tmp
:
/tmp
icinga_dpkg
:
/usr/bin/dpkg
icinga_admins
:
-
root@localhost
...
...
This diff is collapsed.
Click to expand it.
meta/main.yml
+
8
−
10
View file @
d4b0dc8e
...
...
@@ -2,26 +2,24 @@
galaxy_info
:
role_name
:
icinga
author
:
Chris Croome
description
:
Ansible role for installing and configuring Icinga master and clients
description
:
Ansible role for installing and configuring Icinga master and clients
on Debian and Ubuntu
company
:
Webarchitects Co-operative
license
:
l
icense (GPLv3)
min_ansible_version
:
2.
9
license
:
GNU General Public L
icense
v3.0
(GPLv3)
min_ansible_version
:
2.
10
platforms
:
-
name
:
debian
versions
:
-
bullseye
-
buster
-
stretch
-
name
:
ubuntu
versions
:
-
focal
-
xenial
galaxy_tags
:
[]
# List tags for your role here, one per line. A tag is a keyword that describes
# and categorizes the role. Users find roles by searching for tags. Be sure to
# remove the '[]' above, if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
galaxy_tags
:
-
debian
-
icinga
-
ubuntu
dependencies
:
[]
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
3
−
0
View file @
d4b0dc8e
...
...
@@ -4,6 +4,9 @@
-
name
:
Include local facts tasks
include_tasks
:
local_facts.yml
when
:
ansible_local.dpkg_arch is not defined
tags
:
-
icinga_apt
-
name
:
Include tasks to generate the icinga_agent_nodes group
include_tasks
:
agent_nodes_group.yml
...
...
This diff is collapsed.
Click to expand it.
vars/main.yml
+
3
−
0
View file @
d4b0dc8e
---
# Path to dpkg for the local_facts script
icinga_dpkg
:
/usr/bin/dpkg
# ASCII armored GPG public key URL linked from
# https://packages.icinga.com/ubuntu/
icinga_gpg_url
:
https://packages.icinga.com/icinga.key
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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