You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/10-role-repos.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@ The role adds Elastic repositories to the package manager. It's main use is in c
8
8
Requirements
9
9
------------
10
10
11
-
* You need `gpg` to be installed because packages / repositories are digitally signed and verified.
12
-
* Debian and Ubuntu hosts need to have `apt-transport-https` installed to deal with Elastics repositories.
13
-
* Ubuntu hosts also need to have `gpg-agent` installed.
14
-
* For SuSE hosts you need the Ansible collection `community.general` on your Ansible controller.
11
+
GPG needs to be installed on the systems to verify the package signature. This will be installed as part of the role. Below you can find a list of packages that will be installed.
12
+
* Debian family: `apt-transport-https`, `gpg` and `gpg-agent`
13
+
* RedHat family: `gnupg`
14
+
* Suse family: `gpg2`
15
+
16
+
For SuSE hosts you will need the Ansible collection `community.general` on your Ansible controller.
0 commit comments