mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 18:06:54 -06:00
[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:
committed by
GitHub
parent
46563404a0
commit
3ca042fd46
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
@@ -32,6 +32,12 @@ explain why.
|
||||
**Which operating system and version**(eg: ubuntu & version - 20.4):
|
||||
|
||||
|
||||
**Which product license** (Enterprise/Pro):
|
||||
|
||||
|
||||
**JFrog support reference** (if already raised with support team):
|
||||
|
||||
|
||||
**What happened**:
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
```
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@ galaxy_info:
|
||||
- stretch
|
||||
- buster
|
||||
- name: Amazon
|
||||
version:
|
||||
versions:
|
||||
- 2
|
||||
galaxy_tags:
|
||||
- artifactory
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user