mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
Updated documentation. Add new tests for software upgrades.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ansible-playbook Ansible/test/aws/playbook.yaml
|
||||
export stack_name=$1
|
||||
export cfn_template="~/git/JFrog-Cloud-Installers/Ansible/infra/aws/lb-rt-xray-ha-ubuntu16.json"
|
||||
export ssh_public_key_name=jeff-ansible
|
||||
export artifactory_license_file="~/Desktop/artifactory.cluster.license"
|
||||
export master_key=d8c19a03036f83ea45f2c658e22fdd60
|
||||
export join_key=d8c19a03036f83ea45f2c658e22fdd61
|
||||
export ansible_user=ubuntu
|
||||
export artifactory_version="7.4.3"
|
||||
export xray_version="3.4.0"
|
||||
ansible-playbook Ansible/test/aws/playbook-ha-install.yaml
|
||||
Reference in New Issue
Block a user