mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
added Cloud Formation templates for ECS and EKS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% if art_primary == True %}
|
||||
node.id=primary
|
||||
{% else %}
|
||||
node.id={{ ansible_hostname }}
|
||||
{% endif %}
|
||||
artifactory.ha.data.dir=/var/opt/jfrog/artifactory/data
|
||||
context.url=http://{{ ansible_default_ipv4.address }}:8081/artifactory
|
||||
membership.port=0
|
||||
primary={{ art_primary }}
|
||||
Reference in New Issue
Block a user