roquie.ansible-laravel-env
Ansible Laravel ENV
This role sets up Laravel and installs the necessary dependencies.
Example Playbook
Installation
ansible-galaxy install roquie.ansible-laravel-env
Dependencies
- Requires Ansible version 2.4 or higher
- Requires Vagrant version 2.0 or higher for testing
Supported Operating Systems
Currently supports:
- Ubuntu 16.04 LTS
- Ubuntu 14.04 LTS
To Do
- Rename variables to more standard names.
- Add
yarn
package manager for native and Docker tasks. - Complete the testing process.
Vagrant Instructions
- Navigate to your project folder:
cd /path/to/project
- Install required roles:
cd tests && ansible-galaxy install -r requirements.yml && cd ..
- Start Vagrant and provision:
vagrant up --provision
License
MIT