mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Combined pipelines.
Added force delete. Updates. Added region.
This commit is contained in:
21
Ansible/project/rt-xray-auto-keys/playbook.yml
Normal file
21
Ansible/project/rt-xray-auto-keys/playbook.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- debug:
|
||||
var: master_key
|
||||
|
||||
- debug:
|
||||
var: join_key
|
||||
|
||||
- hosts: database
|
||||
gather_facts: true
|
||||
roles:
|
||||
- jfrog/ansible/roles/postgres
|
||||
|
||||
- hosts: artifactory
|
||||
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