Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkenstein committed May 5, 2021
1 parent 02541fb commit 911904c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
# Commons parameters for all ELK Stack
es_major_version: "7.x"
es_version: "7.6.1"
es_version: "7.11.2"
es_use_repository: true
es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_repo_name }}/apt stable main"
es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_repo_name }}/debian stable main"
#Elasticsearch username and password
es_user: kibana
es_user: kibana_system
es_pass: elastic
# Kibana parameters
kibana_install_oss: false
Expand Down Expand Up @@ -63,4 +63,4 @@ server_ssl_key_passphrase: ''
#Optionally use the keystore for saving the user/pass
secure_settings: false
#Enable OIDC integration
es_enable_oidc: false
es_enable_oidc: false

0 comments on commit 911904c

Please sign in to comment.