Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-icinga2_director_satellite
Commits
695f93bf
Commit
695f93bf
authored
Dec 16, 2021
by
Matthew Smith
Browse files
ignore_unreachable: True for delegate and ignore_errors: True for director
parent
83627586
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/common-ticket-director.yml
View file @
695f93bf
...
...
@@ -13,6 +13,7 @@
register
:
icinga_director_ticket
when
:
-
ansible_connection != 'winrm'
ignore_errors
:
True
-
name
:
Get Icinga client ticket from director (win)
win_uri
:
...
...
@@ -28,7 +29,8 @@
register
:
icinga_director_ticket
when
:
-
ansible_connection == 'winrm'
ignore_errors
:
True
-
name
:
Icinga ticket from stdout (icinga cli on icinga master)
set_fact
:
icinga_client_ticket
:
"
{{
icinga_director_ticket
}}"
...
...
tasks/common-ticket-icinga-cli.yml
View file @
695f93bf
...
...
@@ -6,6 +6,7 @@
become
:
false
register
:
icinga_cli_ticket
ignore_errors
:
True
ignore_unreachable
:
True
-
name
:
Icinga ticket from stdout (icinga cli on icinga master)
set_fact
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment