Project

playbook

0.0
No commit activity in last 3 years
No release in over 3 years
Ansible playbook manager - The simple way to install playbooks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 1.2.6
 Project Readme

playbook Build Status

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

$ playbook install

4. Load the playbooks

---
- hosts: all
  tasks:
    - include: playbooks/schickling/nginx-playbook/nginx.yml
    - include: playbooks/schickling/php54-playbook/php54.yml

Write and publish your own playbook

TODO

Coming soon...

  • Version support
  • Templateing (vhosts, ...)
  • Hosts
  • Dependencies
    • Ordered Dependencies