Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
github-mirror
ansible-playbooks
Commits
8f752495
Commit
8f752495
authored
May 11, 2018
by
Assaf Flatto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment out debmon key - site is not active
parent
f732aa52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
icinga2-ansible-no-ui/defaults/main.yml
icinga2-ansible-no-ui/defaults/main.yml
+1
-1
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
+5
-5
No files found.
icinga2-ansible-no-ui/defaults/main.yml
View file @
8f752495
...
...
@@ -2,7 +2,7 @@
# defaults file for icinga2-ansible-no-ui
icinga2_key
:
"
https://packages.icinga.org/icinga.key"
icinga2_debmon_key
:
"
https://debmon.org/debmon/repo.key"
#
icinga2_debmon_key: "https://debmon.org/debmon/repo.key"
icinga2_deb_repos
:
-
{
repo
:
"
deb
https://packages.icinga.org/{{
ansible_distribution|lower
}}
icinga-{{
ansible_distribution_release
}}
main"
}
...
...
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
View file @
8f752495
...
...
@@ -10,11 +10,11 @@
# Debian packages require additional packages which are provided by the
# Debian Monitoring Project repository
-
name
:
Get Debmon Apt Key for Debian OS family (Debian)
apt_key
:
id
:
DC0EE15A29D662D2
url
:
"
{{
icinga2_debmon_key
}}"
state
:
present
#
- name: Get Debmon Apt Key for Debian OS family (Debian)
#
apt_key:
#
id: DC0EE15A29D662D2
#
url: "{{ icinga2_debmon_key }}"
#
state: present
-
name
:
Get Icinga2 Apt Repos for Debian OS family
apt_repository
:
repo='{{ item.repo }}'
...
...
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