mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
@@ -3,10 +3,15 @@
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
- role: postgres
|
||||
when: postgres_enabled | bool
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
serial:
|
||||
- 1
|
||||
- 100%
|
||||
roles:
|
||||
- artifactory
|
||||
- role: artifactory
|
||||
when: artifactory_enabled | bool
|
||||
|
||||
Reference in New Issue
Block a user