https://github.com/jacobbednarz/ansible-lamp
A simple, no bullshit LAMP stack with Ansible.
https://github.com/jacobbednarz/ansible-lamp
Last synced: about 1 month ago
JSON representation
A simple, no bullshit LAMP stack with Ansible.
- Host: GitHub
- URL: https://github.com/jacobbednarz/ansible-lamp
- Owner: jacobbednarz
- License: mit
- Created: 2014-01-13T03:29:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T03:29:31.000Z (over 11 years ago)
- Last Synced: 2025-02-07T13:54:21.727Z (3 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible LAMP stack
No bells and whistles, just a LAMP stack.
### Getting started
Before you can run the provision you will need to run `script/bootstrap` to
setup the MySQL configuration. Once that is running you can then run
`vagrant provision` and kick off the provisioning using the inbuilt ansible
provider for Vagrant.