mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 02:06:56 -06:00
[ansible] JFrog Platform 7.18.6
This commit is contained in:
18
Ansible/examples/playbook-rt-xray.yml
Normal file
18
Ansible/examples/playbook-rt-xray.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- hosts: postgres-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: artifactory-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- artifactory
|
||||
|
||||
- hosts: xray-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
Reference in New Issue
Block a user