Files
JFrog-Cloud-Installers/Ansible/project/rt-xray-auto-keys/playbook.yml
jefferyfry 1f321502be Combined pipelines.
Added force delete.

Updates.

Added region.
2020-05-22 14:25:53 -07:00

21 lines
310 B
YAML

---
- 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