Skip to content

Ansible Automation to deploy JFrog with an HAProxy frontend to Fedora CoreOS running on vSphere

Notifications You must be signed in to change notification settings

tosin2013/ansible-jfrog-vsphere

 
 

Repository files navigation

Deploy JFrog to vSphere on Fedora CoreOS

JFrog CI testing for Fedora

Prerequisites

  • Install Ansible: python3 -m pip install ansible
  • Install needed pip modules: python3 -m pip install -r ./requirements.txt
  • Install needed Ansible Collections: ansible-galaxy collection install -r ./collections/requirements.yml

Copy and Modify the Variables

cp example.vars.yml vars.yml

nano vars.yml

Deploy JFrog to FCOS VM

ansible-playbook -e "@vars.yml" 1_bootstrap.yml

Delete FCOS VM from vSphere

ansible-playbook -e "@vars.yml" 9_destroy.yml

About

Ansible Automation to deploy JFrog with an HAProxy frontend to Fedora CoreOS running on vSphere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 100.0%