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
ecb10f51
Commit
ecb10f51
authored
Mar 27, 2018
by
MAccadia
Committed by
aflatto
Mar 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add apt_key id to follow best practices (#76)
see :
https://docs.ansible.com/ansible/latest/apt_key_module.html
parent
ff23c987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
+8
-4
icinga2-ansible-no-ui/tasks/icinga2_Ubuntu_install.yml
icinga2-ansible-no-ui/tasks/icinga2_Ubuntu_install.yml
+1
-0
No files found.
icinga2-ansible-no-ui/tasks/icinga2_Debian_install.yml
View file @
ecb10f51
...
...
@@ -3,14 +3,18 @@
apt
:
name=apt-transport-https state=present
-
name
:
Get Icinga2 Apt Key for Debian OS family
apt_key
:
url={{ icinga2_key }}
state=present
apt_key
:
id
:
C6E319C334410682
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
:
url={{ icinga2_debmon_key }}
state=present
apt_key
:
id
:
DC0EE15A29D662D2
url
:
"
{{
icinga2_debmon_key
}}"
state
:
present
-
name
:
Get Icinga2 Apt Repos for Debian OS family
apt_repository
:
repo='{{ item.repo }}'
...
...
icinga2-ansible-no-ui/tasks/icinga2_Ubuntu_install.yml
View file @
ecb10f51
...
...
@@ -6,6 +6,7 @@
-
name
:
Get Icinga2 Apt Key for Debian OS family
apt_key
:
id
:
C6E319C334410682
url
:
"
{{
icinga2_key
}}"
state
:
present
...
...
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