mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 23:07:49 -06:00
[ansible] JFrog Platform 7.18.6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{ ansible_managed | comment }}
|
||||
{
|
||||
"productId": "Ansible_Distribution/{{ platform_collection_version }}-{{ distribution_version }}",
|
||||
"features": [
|
||||
{
|
||||
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{{ ansible_managed | comment }}
|
||||
# Redis configuration file
|
||||
|
||||
# data directory for redis
|
||||
dir {{ distribution_home }}/var/data/redis
|
||||
|
||||
# log directory for redis
|
||||
logfile {{ distribution_home }}/var/log/redis/redis.log
|
||||
|
||||
# pid file location for redis
|
||||
pidfile {{ distribution_home }}/app/run/redis.pid
|
||||
|
||||
# password for redis
|
||||
# if changed, the same should be set as value for shared.redis.password in JF_PRODUCT_HOME/var/etc/system.yaml
|
||||
requirepass {{ distribution_redis_password }}
|
||||
@@ -0,0 +1,3 @@
|
||||
{% if (distribution_systemyaml) and (distribution_systemyaml|length > 0) %}
|
||||
{{ distribution_systemyaml }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user