cheatsheets/ansible-examples.md

11 lines
415 B
Markdown
Raw Permalink Normal View History

2014-02-25 10:32:14 +00:00
---
title: Ansible examples
2015-11-24 04:32:36 +00:00
category: Ansible
2014-02-25 10:32:14 +00: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)_