Configuring prestashop in multiple stateless servers (scalable) with ansible

Configuring prestashop in multiple stateless servers (scalable) with ansible This repository (https://github.com/rrodolfos/prestashop-nginx-scalable-vagrant-ansible.git) contains vagrant and ansible configuration to deploy and provision prestashop in multiple stateless servers (scalable) with mysql (mariadb), redis, nfs, nginx and php (fpm): Prestashop MariaDB or MySQL Redis NFS (Network File System) NGINX php DISCLAIMER This implementation is intended for testing / PoC / educational purposes only, this solution is not scalable or secure enough for live / production environments.

Configuring prestashop in a single server with ansible

Configuring prestashop in a single server with ansible This repository (https://github.com/rrodolfos/prestashop-nginx-single-vagrant-ansible.git) contains vagrant and ansible configuration to deploy and provision a single PrestaShop server with mysql (mariadb), nginx and php (fpm): Prestashop MariaDB or MySQL NGINX php DISCLAIMER This implementation is intended for testing / PoC / educational purposes only, this solution is not scalable or secure enough for live / production environments. Use it at your own risk.

Configuring jenkins with ansible and Jenkins configuration as code on vagrant

Configuring jenkins with ansible and Jenkins configuration as code on vagrant This repository (https://github.com/rrodolfos/jenkins-single-vagrant-ansible.git) contains vagrant and ansible configuration to deploy and provision a single jenkins server with jenkins configuration as code (a.k.a. JCasC): Jenkins Jenkins Configuration as Code (a.k.a. JCasC) Plugin DISCLAIMER This implementation is intended for testing / PoC / playing purposes only, this solution is not scalable or secure enough for live / production environments.