[ansible] JFrog Platform 10.9.2 release (#247)

* [ansible/all] Fix Typo in ansible collection: amd -> and (#244)

* fix typo: amd -> and

* fix typo in groupvars amd -> and

* fix typo in readme amd -> and

Co-authored-by: Krisztian Pal Klucsik <krisztianpal.klucsik@varian.com>

* [ansible] JFrog Platform 10.9.2 release

Co-authored-by: Pal K. Klucsik <klucsik.krisztian@gmail.com>
Co-authored-by: Krisztian Pal Klucsik <krisztianpal.klucsik@varian.com>
This commit is contained in:
Ram Mohan Rao Chukka
2022-10-28 11:12:25 +05:30
committed by GitHub
parent 46563404a0
commit 3ca042fd46
11 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,11 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.
## [10.9.2] - Oct 27, 2022
* Product Updates/fixes
* Fixed Typo in ansible collection: amd -> and [GH-244](https://github.com/jfrog/JFrog-Cloud-Installers/pull/244)
## [10.9.1] - Oct 14, 2022
* Product Updates/fixes

View File

@@ -40,7 +40,7 @@ ansible-playbook -vv platform.yml -i hosts.ini"
## Generating Master and Join Keys
**Note** : If you don't provide these keys, they will be set to defaults (check groupvars/all/vars.yaml file)
For production deployments,You may want to generate your master amd join keys and apply it to all the nodes.
For production deployments,You may want to generate your master and join keys and apply it to all the nodes.
**IMPORTANT** : Save below generated master and join keys for future upgrades
```

View File

@@ -9,7 +9,7 @@ namespace: "jfrog"
name: "platform"
# The version of the collection. Must be compatible with semantic versioning
version: "10.9.1"
version: "10.9.2"
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md"

View File

@@ -1,5 +1,5 @@
## Note: These values are global and have precedence over role/<product>/defaults/main.yaml
## For production deployments, You may want to generate your master amd join keys and apply it to all the nodes.
## For production deployments, You may want to generate your master and join keys and apply it to all the nodes.
master_key: ee69d96880726d3abf6b42b97d2ae589111ea95c2a8bd5876ec5cd9e8ee34f86
join_key: 83da88eaaa08dfed5b86888fcec85f19ace0c3ff8747bcefcec2c9769ad4043d

View File

@@ -1,7 +1,7 @@
# defaults file for artifactory
# The version of artifactory to install
artifactory_version: 7.46.6
artifactory_version: 7.46.8
# Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role )
artifactory_nginx_ssl_enabled: false

View File

@@ -23,7 +23,7 @@ galaxy_info:
- stretch
- buster
- name: Amazon
version:
versions:
- 2
galaxy_tags:
- artifactory

View File

@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.9.1
platform_collection_version: 10.9.2
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.9.1
platform_collection_version: 10.9.2
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.9.1
platform_collection_version: 10.9.2
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.9.1
platform_collection_version: 10.9.2
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy