Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidalger/ansible-role-boilerplate
Ansible Role - Boilerplate Config for RHEL / CentOS
https://github.com/davidalger/ansible-role-boilerplate
Last synced: about 10 hours ago
JSON representation
Ansible Role - Boilerplate Config for RHEL / CentOS
- Host: GitHub
- URL: https://github.com/davidalger/ansible-role-boilerplate
- Owner: davidalger
- License: mit
- Created: 2020-04-16T20:03:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T20:43:25.000Z (over 4 years ago)
- Last Synced: 2024-04-12T04:12:12.301Z (7 months ago)
- Language: Shell
- Homepage: https://galaxy.ansible.com/davidalger/boilerplate
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Boilerpate
[![Build Status](https://travis-ci.com/davidalger/ansible-role-boilerplate.svg?branch=master)](https://travis-ci.com/davidalger/ansible-role-boilerplate)
Installs boilerplate shell configuration and base set of additional utility packages such as `htop`, `lsof` and `pwgen`. See `tasks/main.yml` for complete list.
## Requirements
None.
## Role Variables
None.
## Dependencies
* `geerlingguy.repo-epel` (RedHat/CentOS and derivatives)
## Example Playbook
- { role: davidalger.boilerplate, tags: system }
## License
This work is licensed under the MIT license. See LICENSE file for details.
## Author Information
This role was created in 2016 by [David Alger](http://davidalger.com/).