Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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