Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scottrobertson/ansible-playbook-example
- Owner: scottrobertson
- Created: 2013-11-29T09:26:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T10:03:38.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T02:30:16.688Z (about 1 month ago)
- Language: Ruby
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```