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
50d079e3
Verified
Commit
50d079e3
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
add missing var to arg spec
parent
ef98eb94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31545
failed
1 year ago
Stage: bookworm
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meta/argument_specs.yml
+5
-0
5 additions, 0 deletions
meta/argument_specs.yml
tasks/main.yml
+5
-0
5 additions, 0 deletions
tasks/main.yml
with
10 additions
and
0 deletions
meta/argument_specs.yml
+
5
−
0
View file @
50d079e3
...
...
@@ -102,6 +102,11 @@ argument_specs:
type
:
str
required
:
true
description
:
Icinga master node fully qualified hostname.
icinga_master_nodes
:
type
:
list
elements
:
str
required
:
true
description
:
A list of Icinga master nodes, there shoudl only be one.
icinga_master_node_ipv4
:
type
:
str
required
:
true
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
5
−
0
View file @
50d079e3
...
...
@@ -18,6 +18,11 @@
-
name
:
Icinga agent node group and debugging and checking
block
:
-
name
:
Debug icinga_master_nodes
ansible.builtin.debug
:
var
:
icinga_master_nodes
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
Include Icinga verify variables tasks
ansible.builtin.include_tasks
:
verify.yml
when
:
...
...
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