{"id":15579819,"url":"https://github.com/schickling/playbook","last_synced_at":"2025-03-29T08:13:03.083Z","repository":{"id":12426358,"uuid":"15081766","full_name":"schickling/playbook","owner":"schickling","description":"Ansible playbook manager - The simple way to install playbooks.","archived":false,"fork":false,"pushed_at":"2013-12-21T22:20:56.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T10:37:17.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pyladiesatx/pyladiesatx","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schickling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-10T15:58:16.000Z","updated_at":"2013-12-21T22:20:57.000Z","dependencies_parsed_at":"2022-09-15T08:31:23.786Z","dependency_job_id":null,"html_url":"https://github.com/schickling/playbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fplaybook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fplaybook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fplaybook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fplaybook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schickling","download_url":"https://codeload.github.com/schickling/playbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156416,"owners_count":20732397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T19:21:18.274Z","updated_at":"2025-03-29T08:13:03.055Z","avatar_url":"https://github.com/schickling.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"playbook [![Build Status](https://travis-ci.org/schickling/playbook.png?branch=master)](https://travis-ci.org/schickling/playbook)\n========\n\n[Ansible](www.ansibleworks.com) playbook manager - The **fast and easy** way to install playbooks.\n\n## Features\n* Use existing playbooks and configure them to your need\n* No more copy \u0026 paste\n* Easy to maintain\n\n## Installation\n\n```sh\n$ gem install playbook\n```\n\n## Usage\n\nA simple usage example can be found [here](https://github.com/schickling/playbook-example).\n\n#### 1. Create your playbook file\n```sh\n$ playbook init\n```\n\n#### 2. Specify your playbooks in `playbooks.yml`\n```yml\n- schickling/nginx-playbook\n- schickling/php54-playbook\n```\n\n#### 3. Install the playbooks\n```sh\n$ playbook install\n```\n\n#### 4. Load the playbooks\n```yml\n---\n- hosts: all\n  tasks:\n    - include: playbooks/schickling/nginx-playbook/nginx.yml\n    - include: playbooks/schickling/php54-playbook/php54.yml\n```\n\n## Write and publish your own playbook\n\n*TODO*\n\n## Coming soon...\n* Version support\n* Templateing (vhosts, ...)\n* Hosts\n* Dependencies\n  * Ordered Dependencies\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Fplaybook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschickling%2Fplaybook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Fplaybook/lists"}