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

https://github.com/dexpota/ansible-playground

A collection of Ansible usage examples
https://github.com/dexpota/ansible-playground

ansible examples playground

Last synced: about 1 month ago
JSON representation

A collection of Ansible usage examples

Awesome Lists containing this project

README

          

[license]: https://www.gnu.org/licenses/gpl-3.0.en.html
[license-badge]: https://img.shields.io/github/license/dexpota/ansible-playground.svg?style=for-the-badge

# Ansible Playground

> A repository with examples of Ansible usages.

[![License: GPLv3][license-badge]][license]

## Prerequisites

To follow along the examples you will need **ansible** and **vagrant**
installed on your system.

## Examples

- [git-configuration](./git-configuration);
- [nginx-server](./nginx-webserver);

## References

Some of the example are original and some are just took from other resources.
These are all the references to the material used in the examples:

- Hochstein, Lorin, e René Moser. Ansible Up and Running.