Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabaff/alpine-ansible
Alpine Linux - Ansible Contrib Repository
https://github.com/fabaff/alpine-ansible
Last synced: 21 days ago
JSON representation
Alpine Linux - Ansible Contrib Repository
- Host: GitHub
- URL: https://github.com/fabaff/alpine-ansible
- Owner: fabaff
- Created: 2013-03-11T14:40:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T20:35:36.000Z (5 months ago)
- Last Synced: 2024-10-03T12:41:16.562Z (about 1 month ago)
- Language: Jinja
- Size: 153 KB
- Stars: 32
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine Linux - Ansible Contrib Repository
This repository contains user-contributed real world examples for Ansible
playbooks, especially for Alpine Linux, as well as modules that are not a part
of Ansible's core distribution.This is designed to be a resource to folks learning configuring Alpine Linux
with Ansible, as well as a way to share useful resources of all kinds.If you have just found Ansible or Alpine Linux, you should start here:
* [Alpine Linux](http://www.alpinelinux.org)
* [Ansible project](https://github.com/ansible/ansible) -- see the examples directory## Prerequisites
The [Documentation](http://wiki.alpinelinux.org/wiki/Ansible) helps
you to get started.## Structure
At the moment the structure of the repository looks like this:
```bash
.
├── files ----------- Template files
├── handlers -------- Handlers for Alpine Linux services
├── maintenance ----- Complete playbooks
├── maintenance.yml - Regular tasks to perform on a running system
├── modules --------- Modules especially for Alpine Linux
├── README.md ------- This files
├── tasks ----------- A collection of tasks
├── setup.yml ------- Collected tasks for a fresh installed system
└── variables ------- Storage files for variables
```## Warning
*Think first* before you implement stuff from this repository. Consider the
playbooks in this repository as a show case. Somethings doesn't make sense, are
nasty hacks, or easier to do with another approach.## Licensing
Examples and modules should be licensed GPLv3 per the rest of Ansible, to
encourage modules to graduate from contrib to core.All playbook content is assumed to be Creative Commons 3.0 Attribution licensed.
Non-commerical or No-derivatives CC extensions are not acceptable, to encourage
easy use by all users, regardless of purpose.