[ansible] JFrog Platform 10.9.0 release (#242)

* Issue #136 (#230)

- added boolean variable to decide whether to add a redirect directive to the nginx config when the docker subdomain feature is used.

Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com>

* [ansible] Call "installService.sh" after upgrading Artifactory (#238)

* Issue #207 - added compatibility with Amazon Linux 2 (#231)

Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com>

* [ansible] JFrog Platform 10.9.0 release

Co-authored-by: Johannes Brunswicker <johannes.brunswicker@gmail.com>
Co-authored-by: Christian Bönning <hexa2k9@users.noreply.github.com>
This commit is contained in:
Ram Mohan Rao Chukka
2022-10-12 15:44:12 +05:30
committed by GitHub
parent 04d58738d0
commit e34e800f84
26 changed files with 51 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
# defaults file for artifactory
# The version of artifactory to install
artifactory_version: 7.41.13
artifactory_version: 7.46.3
# 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

@@ -5,6 +5,7 @@
systemd:
name: "{{ artifactory_daemon }}"
state: restarted
daemon_reload: yes
- name: stop artifactory
become: yes

View File

@@ -22,6 +22,9 @@ galaxy_info:
versions:
- stretch
- buster
- name: Amazon
version:
- 2
galaxy_tags:
- artifactory
- jfrog

View File

@@ -0,0 +1,6 @@
---
- name: Create artifactory service
become: yes
command: "{{ artifactory_home }}/app/bin/installService.sh"
args:
creates: "{{ artifactory_service_file }}"

View File

@@ -188,11 +188,8 @@
- name: Restore SELinux content
include_tasks: shared/selinux_restore_context.yml
- name: Create artifactory service
become: yes
command: "{{ artifactory_home }}/app/bin/installService.sh"
args:
creates: "{{ artifactory_service_file }}"
- name: Install Service
include_tasks: shared/install_service.yml
- name: Ensure permissions are correct
include_tasks: shared/ensure_permissions_correct.yml

View File

@@ -118,6 +118,9 @@
- artifactory_systemyaml_override or (not systemyaml.stat.exists)
notify: restart artifactory
- name: Install Service
include_tasks: shared/install_service.yml
- name: Restore SELinux content
include_tasks: shared/selinux_restore_context.yml

View File

@@ -0,0 +1 @@
selinux_policy_package: policycoreutils-python

View File

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