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
b724f0fd
Commit
b724f0fd
authored
May 14, 2018
by
Julian K
Committed by
aflatto
May 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Debmon key and repository (#87)
Debmon has been shut down and is not required any more.
parent
6ac4f1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
+8
-11
No files found.
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
View file @
b724f0fd
...
...
@@ -8,13 +8,11 @@
url
:
"
{{
icinga2_key
}}"
state
:
present
# 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
# Debmon has been shut down and is not required any more
-
name
:
Remove Debmon Apt Key for Debian OS family (Debian)
apt_key
:
id
:
DC0EE15A29D662D2
state
:
absent
-
name
:
Get Icinga2 Apt Repos for Debian OS family
apt_repository
:
repo='{{ item.repo }}'
...
...
@@ -22,12 +20,11 @@
state=present
with_items
:
"
{{
icinga2_deb_repos
}}"
# Debian packages require additional packages which are provided by the
# Debian Monitoring Project repository
-
name
:
Get Debmon Apt Repo for Debian OS family (Debian)
# Debmon has been shut down and is not required any more
-
name
:
Remove Debmon Apt Repo for Debian OS family (Debian)
apt_repository
:
repo='{{ icinga2_debmon_repo }}'
update_cache=yes
state=
pre
sent
state=
ab
sent
-
name
:
Install Icinga2 on Debian OS family
apt
:
pkg={{ item }}
...
...
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