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
- Host: GitHub
- URL: https://github.com/dexpota/ansible-playground
- Owner: dexpota
- License: gpl-3.0
- Created: 2019-08-04T22:17:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T15:46:18.000Z (over 6 years ago)
- Last Synced: 2025-10-05T12:35:33.078Z (9 months ago)
- Topics: ansible, examples, playground
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.