https://github.com/ghostwords/ansible-roles
Common roles for Ansible.
https://github.com/ghostwords/ansible-roles
ansible ansible-roles
Last synced: 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T20:56:42.000Z (over 6 years ago)
- Last Synced: 2025-01-16T22:45:21.191Z (over 1 year 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.