Upgrade Elasticsearch from 6.x to latest 7.x

This commit is contained in:
Râu Cao
2022-11-06 13:56:15 +01:00
parent 5a94050555
commit 3620a43190
10 changed files with 77 additions and 14 deletions

View File

@@ -12,18 +12,18 @@
"hostname": "mastodon-3",
"ipaddress": "192.168.122.161",
"roles": [
"kvm_guest",
"mastodon",
"postgresql_client",
"kvm_guest"
"postgresql_client"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile",
"kosmos-mastodon",
"kosmos-mastodon::default",
"kosmos-mastodon::nginx",
"kosmos_kvm::guest",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@@ -90,4 +90,4 @@
"role[kvm_guest]",
"role[mastodon]"
]
}
}