Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostwords/ansible-roles
Common roles for Ansible.
https://github.com/ghostwords/ansible-roles
ansible ansible-roles
Last synced: 15 days ago
JSON representation
Common roles for Ansible.
- Host: GitHub
- URL: https://github.com/ghostwords/ansible-roles
- Owner: ghostwords
- License: mit
- Created: 2015-11-16T14:31:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T20:56:42.000Z (about 5 years ago)
- Last Synced: 2024-11-16T06:36:43.554Z (3 months ago)
- Topics: ansible, ansible-roles
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Roles
Common Ansible roles for use on Ubuntu 14.04.
For example, if your, say, `web` role depends on Nginx, you could pull in this repository as a Git submodule, add the submodule's directory to `roles_path` in your Ansible config, and specify the `nginx` role defined here as a [dependency](http://docs.ansible.com/ansible/playbooks_roles.html#role-dependencies) of your `web` role.