-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ansible] JFrog Platform 10.20.1 release
- Loading branch information
Ram
committed
Nov 26, 2024
1 parent
898699b
commit f6e96dd
Showing
26 changed files
with
242 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
Ansible/ansible_collections/jfrog/platform/roles/artifactory/shared/access_configuration.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- name: Create the access.config.patch.yml file | ||
become: true | ||
template: | ||
src: access-config-patch.yml.j2 | ||
dest: "{{ artifactory_home }}/var/etc/access/access.config.patch.yml" | ||
owner: "{{ artifactory_user }}" | ||
group: "{{ artifactory_group }}" | ||
mode: 0644 | ||
notify: Restart artifactory | ||
when: | ||
- artifactory_access_config_patch is defined | ||
- artifactory_access_config_patch | length > 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ansible_collections/jfrog/platform/roles/artifactory/templates/access-config-patch.yml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ artifactory_access_config_patch }} |
2 changes: 1 addition & 1 deletion
2
Ansible/ansible_collections/jfrog/platform/roles/artifactory/vars/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# platform collection version | ||
platform_collection_version: 10.20.0 | ||
platform_collection_version: 10.20.1 | ||
|
||
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone) | ||
ansible_marketplace: galaxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ble_collections/jfrog/platform/roles/artifactory_nginx_ssl/templates/certificate.cakey.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% set cert = mtls_ca_certificate_key.split('|') %} | ||
{% for line in cert %} | ||
{{ line }} | ||
{% endfor %} |
4 changes: 4 additions & 0 deletions
4
...sible_collections/jfrog/platform/roles/artifactory_nginx_ssl/templates/certificate.crt.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% set cert = mtls_ca_certificate_crt.split('|') %} | ||
{% for line in cert %} | ||
{{ line }} | ||
{% endfor %} |
2 changes: 1 addition & 1 deletion
2
Ansible/ansible_collections/jfrog/platform/roles/distribution/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Ansible/ansible_collections/jfrog/platform/roles/distribution/vars/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# platform collection version | ||
platform_collection_version: 10.20.0 | ||
platform_collection_version: 10.20.1 | ||
|
||
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) | ||
ansible_marketplace: galaxy |
2 changes: 1 addition & 1 deletion
2
Ansible/ansible_collections/jfrog/platform/roles/insight/vars/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# platform collection version | ||
platform_collection_version: 10.20.0 | ||
platform_collection_version: 10.20.1 | ||
|
||
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) | ||
ansible_marketplace: galaxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.