cheatsheets/ansible-examples.md

11 lines
415 B
Markdown
Raw Permalink Normal View History

2014-02-25 11:32:14 +01:00
---
title: Ansible examples
2015-11-24 05:32:36 +01:00
category: Ansible
2014-02-25 11:32:14 +01:00
---
### Examples
* [Ruby installation](https://github.com/chelsea/ansible-example-ruby/blob/master/roles/webserver/tasks/main.yml) _(github.com)_
* [Postgres installation](https://github.com/chelsea/ansible-example-ruby/blob/master/roles/db/tasks/main.yml) _(github.com)_
* [GitLab installation](https://github.com/tingtun/ansible-playbook-gitlab) _(github.com)_