fradee.magentotools
Ansible Role: magentotools
Ansible playbook to install useful applications:
- Magerun
- Modman
- Composer
- IonCube for PHP 5 & PHP 7
Role Variables
You can change the installation process using the following variables:
magentotools_install_magerun
: true # Install Magento Magerunmagentotools_install_modman
: true # Install Magento Modmanmagentotools_install_composer
: true # Install Composermagentotools_install_ioncube
: false # Install IonCubemagentotools_install_ioncube_php_version
: "5.6" # Choose PHP version (5.6 or 7.0); defaults to PHP 5.6
Example Playbook
- hosts: backend
become: yes
roles:
- fradee.magentotools
License
MIT / BSD
Notes
To install Composer, you need to install PHP first.
This is one of my first playbooks and is still in beta. It can be improved, so please help me fix bugs and enhance it.
Thanks.