Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scottrobertson/ansible-playbook-example

A simple example of how to use Ansible Playbooks.
https://github.com/scottrobertson/ansible-playbook-example

Last synced: 10 days ago
JSON representation

A simple example of how to use Ansible Playbooks.

Awesome Lists containing this project

README

        

## Ansible Demo

A simple Ansible playbook demo with:
- Nginx
- Git

#### Vagrant
```vagrant up```

#### None Vagrant
```ansible-playbook ansible/playbook.yml -i ansible/inventory/api.ini```