playbook
Ansible playbook manager - The fast and easy way to install playbooks.
Features
- Use existing playbooks and configure them to your need
- No more copy & paste
- Easy to maintain
Installation
$ gem install playbook
Usage
A simple usage example can be found here.
1. Create your playbook file
$ playbook init
2. Specify your playbooks in playbooks.yml
- schickling/nginx-playbook
- schickling/php54-playbook
3. Install the playbooks
Either run the following command
$ playbook install
or add this line in your Vagrantfile
before the ansible provision
config.vm.provision "shell", inline: "echo run playbook install"
Write and publish your own playbook
TODO
Coming soon...
- Version support