Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbobasic/vagrant-apache-php
Vagrant+Ansible: provision multiple separate playbooks
https://github.com/turbobasic/vagrant-apache-php
ansible apache php vagrant virtualbox
Last synced: about 1 month ago
JSON representation
Vagrant+Ansible: provision multiple separate playbooks
- Host: GitHub
- URL: https://github.com/turbobasic/vagrant-apache-php
- Owner: turboBasic
- Created: 2018-12-01T09:51:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T15:38:55.000Z (about 6 years ago)
- Last Synced: 2023-08-10T11:04:18.471Z (over 1 year ago)
- Topics: ansible, apache, php, vagrant, virtualbox
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant+Ansible: provision multiple separate playbooks
======================================================- Vagrant creates one host in Virtualbox
- Vagrant launches Ansible to apply two separate playbooks consequently to the same host. Each playbook contains single role:
- `apache-only.yml`: role ‘apache’
- `php-only.yml`: role ‘php’
- Each playbook is initiated as individual provisioning step in Vagrantfile and they are not aware of each other