mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
Added ARM, AWS templates and pipelines.
This commit is contained in:
15
Ansible/project/rt-xray-ha/playbook.yml
Normal file
15
Ansible/project/rt-xray-ha/playbook.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- hosts: database
|
||||
gather_facts: true
|
||||
roles:
|
||||
- jfrog/ansible/roles/postgres
|
||||
|
||||
- hosts: primary
|
||||
gather_facts: true
|
||||
roles:
|
||||
- jfrog/ansible/roles/artifactory
|
||||
|
||||
- hosts: xray
|
||||
gather_facts: true
|
||||
roles:
|
||||
- jfrog/ansible/roles/xray
|
||||
Reference in New Issue
Block a user