Giter Site home page Giter Site logo

ansible-role-magerun's Introduction

Ansible Magerun

This role provide installation for n98-magerun.

Requirements

The role itself doesn't depend on anything, but to be able to run Magerun, you will need to have PHP installed (and a full Magento compatible setup, too).

Role Variables

You can customize de the defaults used for Magento automatic installation. Those are the default value set by the role.

magerun_installation_currency: USD
magerun_installation_locale: en_US
magerun_installation_timezone: America/New_York
magerun_installation_use_secure: no
magerun_installation_use_rewrites: yes
magerun_installation_session_save: files
magerun_installation_admin_username: admin
magerun_installation_admin_firstname: John
magerun_installation_admin_lastname: Doe
magerun_installation_admin_password: password123
magerun_installation_admin_frontname: admin
magerun_installation_admin_email: [email protected]

Dependencies

None.

Example Playbook

Include the role in your playbook like so:

- hosts: servers
  vars_files:
    - vars/main.yml
  roles:
    - { role: louim.magerun }

In your vars/main.yml, overwrite the variables you want:

magerun_installation_currency: USD
magerun_installation_locale: en_US
magerun_installation_timezone: America/New_York
...

License

MIT / BSD

Author Information

© Louis-Michel Couture 2015

ansible-role-magerun's People

Contributors

louim avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.