Skip to content

zDevelopers/ZePS-Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZéPS – Ansible

This repository contains an Ansible playbook used to build and deploy the ZePS Core & GUI into a FreeBSD production server.

To deploy (or update) a ZePS instance, first install Ansible dependencies, then run the playbook. Python and rsync must be installed on the host; Maven and NodeJS 12+ must be available on the controller.

ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml

This playbook will install or update the ZePS on every host from your inventory in the zcraft group. To deploy to Zcraft's server, add this to your inventory (e.g. /etc/ansible/hosts):

[zcraft]
zcraft.fr

About

Ansible configuration to deploy the ZePS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages