https://github.com/jeffwidman/ansible-centos-bootstrap
Ansible role for handling miscellaneous CentOS tasks when bootstrapping a new server
https://github.com/jeffwidman/ansible-centos-bootstrap
Last synced: 6 months ago
JSON representation
Ansible role for handling miscellaneous CentOS tasks when bootstrapping a new server
- Host: GitHub
- URL: https://github.com/jeffwidman/ansible-centos-bootstrap
- Owner: jeffwidman
- License: mit
- Created: 2015-09-28T22:47:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T11:50:45.000Z (over 9 years ago)
- Last Synced: 2025-02-07T12:30:04.845Z (over 1 year ago)
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CentOS Bootstrap role
=========
Ansible role that handles miscellaneous CentOS tasks like setting timezone,
grabbing yum updates, installing basic sysadmin tools, and enabling cron.
It's a catchall for anything that needs to happen when you first spin up a new
server that wasn't big enough to merit its own role.
Requirements
------------
Tested on CentOS 7 but should work on RHEL equivalents.
Example Playbook
----------------
- hosts: servers
roles:
- { role: centos-bootstrap, tags: ['bootstrap']}
License
-------
MIT
Author Information
------------------
Jeff Widman jeff@jeffwidman.com