fradee.magentotools

Ansible角色:magentotools

Ansible剧本,用于安装额外有用的应用程序:

  • Magerun
  • Modman
  • Composer
  • IonCube(适用于php5和php7)

角色变量

可用变量列在下面,可以更改安装过程。变量应为:

  • magentotools_install_magerun: true # 安装Magento Magerun
  • magentotools_install_modman: true # 安装Magento Modman
  • magentotools_install_composer: true # 安装Composer
  • magentotools_install_ioncube: false # 安装IonCube
  • magentotools_install_ioncube_php_version: "5.6" # 默认安装php 5.6,可用版本为5.6和7.0

示例剧本

- hosts: backend
  become: yes
  roles:
    - fradee.magentotools

许可证

MIT / BSD

注意事项

安装Composer之前,必须先安装php。 这是我其中一个最初的剧本,目前是测试版本,可以改进,请帮助我改善和修复此剧本的bug。

谢谢。

关于项目

install Magento tools for ansible

安装
ansible-galaxy install fradee.magentotools
许可证
Unknown
下载
1.1k
拥有者