mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
[ansible] JFrog Platform 7.18.5 release (#106)
* [ansible] JFrog Platform 7.18.5 release
This commit is contained in:
committed by
GitHub
parent
94b2752d7d
commit
ab2644dd80
30
Ansible/examples/playbook-platform.yml
Normal file
30
Ansible/examples/playbook-platform.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
- hosts: postgres_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- artifactory
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
|
||||
- hosts: distribution_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- distribution
|
||||
|
||||
- hosts: missioncontrol_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- missioncontrol
|
||||
Reference in New Issue
Block a user