ontic.magento
Ontic Magento 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This role helps you install Magento on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
We recommend using Ansible Galaxy for installation. It will automatically handle any dependencies. Here are a few other options:
1.1 Downloading
You can download the project files as a .zip
file and extract them into your ./roles/
directory.
1.2 Cloning
Clone the project into your ./roles/
directory.
1.3 Ansible Galaxy
The easiest way to install this module is by using the command line:
$ ansible-galaxy install ontic.magento
If you need to install multiple roles, you can create a requirements.yml
file.
- src: ontic.magento
Then use this command:
$ ansible-galaxy install -r requirements.yml
You can also download the source directly by adding the repository in your requirements.yml
file:
- src: git+https://github.com/ontic/ansible-role-magento.git
version: master
name: ontic.magento
2.1 Enabling
Activate the role in your playbook file.
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.magento }
Documentation
You can find the full documentation in the docs directory.
Contributors
Here are the individuals who have contributed to the project. If you want to contribute, we encourage you to make a pull request or submit an issue.
License
This project is licensed under the BSD License. For more details, see the LICENSE file.