debian repo keys with pgp keyserver
This commit is contained in:
parent
df95a75b6b
commit
82693e34f1
@ -8,3 +8,4 @@ elastic_stack_version: 6.5.4
|
|||||||
elasticsearch_shards: 5
|
elasticsearch_shards: 5
|
||||||
elasticsearch_replicas: 1
|
elasticsearch_replicas: 1
|
||||||
elasticsearch_install_java: yes
|
elasticsearch_install_java: yes
|
||||||
|
elasticrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -32,8 +32,8 @@
|
|||||||
|
|
||||||
- name: Debian/Ubuntu | Add Elasticsearch GPG key.
|
- name: Debian/Ubuntu | Add Elasticsearch GPG key.
|
||||||
apt_key:
|
apt_key:
|
||||||
url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
keyserver: "{{ elasticrepo_gpg_keyserver }}"
|
||||||
state: present
|
id: 46095ACC8548582C1A2699A9D27D666CD88E42B4
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Install Elastic repo
|
- name: Debian/Ubuntu | Install Elastic repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
@ -5,4 +5,4 @@ kibana_server_host: "0.0.0.0"
|
|||||||
kibana_server_port: "5601"
|
kibana_server_port: "5601"
|
||||||
elastic_stack_version: 6.5.4
|
elastic_stack_version: 6.5.4
|
||||||
wazuh_version: 3.8.0
|
wazuh_version: 3.8.0
|
||||||
|
elasticrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
- name: Debian/Ubuntu | Add Elasticsearch GPG key
|
- name: Debian/Ubuntu | Add Elasticsearch GPG key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
keyserver: "{{ elasticrepo_gpg_keyserver }}"
|
||||||
state: present
|
id: 46095ACC8548582C1A2699A9D27D666CD88E42B4
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Install Elastic repo
|
- name: Debian/Ubuntu | Install Elastic repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
@ -17,3 +17,5 @@ logstash_ssl_certificate_file: ""
|
|||||||
logstash_ssl_key_file: ""
|
logstash_ssl_key_file: ""
|
||||||
|
|
||||||
logstash_install_java: yes
|
logstash_install_java: yes
|
||||||
|
|
||||||
|
elasticrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
- name: Debian/Ubuntu | Add Elasticsearch GPG key
|
- name: Debian/Ubuntu | Add Elasticsearch GPG key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
keyserver: "{{ elasticrepo_gpg_keyserver }}"
|
||||||
state: present
|
id: 46095ACC8548582C1A2699A9D27D666CD88E42B4
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Install Elasticsearch repo
|
- name: Debian/Ubuntu | Install Elasticsearch repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
@ -27,3 +27,5 @@ filebeat_ssl_dir: /etc/pki/logstash
|
|||||||
filebeat_ssl_certificate_file: ""
|
filebeat_ssl_certificate_file: ""
|
||||||
filebeat_ssl_key_file: ""
|
filebeat_ssl_key_file: ""
|
||||||
filebeat_ssl_insecure: "false"
|
filebeat_ssl_insecure: "false"
|
||||||
|
|
||||||
|
elasticrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
- name: Debian/Ubuntu | Add Elasticsearch apt key.
|
- name: Debian/Ubuntu | Add Elasticsearch apt key.
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
keyserver: "{{ elasticrepo_gpg_keyserver }}"
|
||||||
state: present
|
id: 46095ACC8548582C1A2699A9D27D666CD88E42B4
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Add Filebeat repository.
|
- name: Debian/Ubuntu | Add Filebeat repository.
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
@ -305,3 +305,5 @@ wazuh_agent_config:
|
|||||||
list:
|
list:
|
||||||
- key: Env
|
- key: Env
|
||||||
value: Production
|
value: Production
|
||||||
|
|
||||||
|
wauzhrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -8,8 +8,10 @@
|
|||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Installing repository key
|
- name: Debian/Ubuntu | Installing Wazuh repository key
|
||||||
apt_key: url=https://packages.wazuh.com/key/GPG-KEY-WAZUH
|
apt_key:
|
||||||
|
keyserver: "{{ wauzhrepo_gpg_keyserver }}"
|
||||||
|
id: 0DCFCA5547B19D2A6099506096B3EE5F29111145
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Add Wazuh repositories
|
- name: Debian/Ubuntu | Add Wazuh repositories
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
@ -329,3 +329,6 @@ wazuh_agent_configs:
|
|||||||
format: 'eventchannel'
|
format: 'eventchannel'
|
||||||
- location: 'System'
|
- location: 'System'
|
||||||
format: 'eventlog'
|
format: 'eventlog'
|
||||||
|
|
||||||
|
wauzhrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
nodejsrepo_gpg_keyserver: pgp.mit.edu
|
||||||
|
|||||||
@ -9,7 +9,9 @@
|
|||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Installing Wazuh repository key
|
- name: Debian/Ubuntu | Installing Wazuh repository key
|
||||||
apt_key: url=https://packages.wazuh.com/key/GPG-KEY-WAZUH
|
apt_key:
|
||||||
|
keyserver: "{{ wauzhrepo_gpg_keyserver }}"
|
||||||
|
id: 0DCFCA5547B19D2A6099506096B3EE5F29111145
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Add Wazuh repositories
|
- name: Debian/Ubuntu | Add Wazuh repositories
|
||||||
apt_repository:
|
apt_repository:
|
||||||
@ -18,7 +20,9 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Installing NodeJS repository key
|
- name: Debian/Ubuntu | Installing NodeJS repository key
|
||||||
apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key
|
apt_key:
|
||||||
|
keyserver: "{{ nodejsrepo_gpg_keyserver }}"
|
||||||
|
id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Add NodeSource repositories for Node.js
|
- name: Debian/Ubuntu | Add NodeSource repositories for Node.js
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user