Ansible playbook to install extra helpfull applications: Magerun Modman Composer IonCube for php5 & php 7
Available variables are listed below change install process. Variables should
magentotools_install_magerun: true #For install Magento Magerun
magentotools_install_modman: true #For install Magento Modman
magentotools_install_composer: true #For Install Composer
magentotools_install_ioncube: false #For Install IonCube
magentotools_install_ioncube_php_version: "5.6" # Available for 5.6 and 7.0 by default install for php 5.6
- hosts: backend
become: yes
roles:
- fradee.magentotools
MIT / BSD
For install composer you must install php first This is my one of firsts playbooks it is a beta version and can be improved, please help me to improve and fix bugs for this playbook.
Thanks.