File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
inventories/opensearch/group_vars/all Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 23
23
A community repository for Ansible Playbook of OpenSearch Project.
24
24
25
25
## Version and Branching
26
- As of now, this ansible-playbook repository maintains 2 branches:
27
- * _ main_ (Version is 2.x.x for both ` os_version ` and ` os_dashboards_version ` in ` inventories/opensearch/group_vars/all/all.yml ` )
26
+ As of now, this ansible-playbook repository maintains these branches:
27
+ * _ main_ (Version is 3.x.x for both ` os_version ` and ` os_dashboards_version ` in ` inventories/opensearch/group_vars/all/all.yml ` )
28
+ * _ 2.x_ (Version is 2.x.x for both ` os_version ` and ` os_dashboards_version ` in ` inventories/opensearch/group_vars/all/all.yml ` )
28
29
* _ 1.x_ (Version is 1.x.x for both ` os_version ` and ` os_dashboards_version ` in ` inventories/opensearch/group_vars/all/all.yml ` )
29
30
<br >
30
31
@@ -49,7 +50,7 @@ This ansible playbook supports the following,
49
50
### Prerequisite
50
51
51
52
- ** Ansible 2.9+**
52
- - ** Java 8 **
53
+ - ** Java 21 **
53
54
54
55
### Configure
55
56
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ os_cluster_name: development-cluster
6
6
os_download_url : https://artifacts.opensearch.org/releases/bundle/opensearch
7
7
8
8
# opensearch version
9
- # 2 .x Latest Version
10
- os_version : " 2.19.2 "
9
+ # 3 .x Latest Version
10
+ os_version : " 3.0.0 "
11
11
12
12
# opensearch dashboards version
13
- # 2 .x Latest Version
14
- os_dashboards_version : " 2.19.2 "
13
+ # 3 .x Latest Version
14
+ os_dashboards_version : " 3.0.0 "
15
15
16
16
# Configure hostnames for opensearch nodes
17
17
# It is required to configure SSL
You can’t perform that action at this time.
0 commit comments