Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidalger/ansible-role-n98-magerun
Ansible Role - Installs n98-magerun CLI tool for Magento
https://github.com/davidalger/ansible-role-n98-magerun
ansible magento magerun magerun2 n98-magerun n98-magerun2 role
Last synced: about 10 hours ago
JSON representation
Ansible Role - Installs n98-magerun CLI tool for Magento
- Host: GitHub
- URL: https://github.com/davidalger/ansible-role-n98-magerun
- Owner: davidalger
- License: mit
- Created: 2019-04-01T00:48:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:06:36.000Z (over 4 years ago)
- Last Synced: 2024-04-12T04:12:05.415Z (7 months ago)
- Topics: ansible, magento, magerun, magerun2, n98-magerun, n98-magerun2, role
- Homepage: https://galaxy.ansible.com/davidalger/n98_magerun
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: n98-magerun
[![Build Status](https://travis-ci.com/davidalger/ansible-role-n98-magerun.svg?branch=master)](https://travis-ci.com/davidalger/ansible-role-n98-magerun)
Installs [n98-magerun](https://magerun.net) CLI tool for use with Magento 1 or Magento 2.
## Requirements
None.
## Role Variables
n98_magerun_version: 2
Version of n98-magerun to install, should be either 1 or 2.
## Dependencies
None.
## Example Playbook
- hosts: web-servers
vars:
n98_magerun_version: 2
roles:
- { role: davidalger.n98_magerun, tags: toolchain }## License
This work is licensed under the MIT license. See LICENSE file for details.
## Author Information
This role was created in 2019 by [David Alger](http://davidalger.com/).