Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognifloyd/ansible-role-grub-config
Ansible role to manage grub2 configuration on RHEL/CentOS
https://github.com/cognifloyd/ansible-role-grub-config
Last synced: 4 days ago
JSON representation
Ansible role to manage grub2 configuration on RHEL/CentOS
- Host: GitHub
- URL: https://github.com/cognifloyd/ansible-role-grub-config
- Owner: cognifloyd
- License: mit
- Created: 2017-01-19T00:08:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T07:53:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-26T23:49:39.776Z (20 days ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grub-config
===========[![Build Status](https://travis-ci.org/cognifloyd/ansible-role-grub-config.svg?branch=master)](https://travis-ci.org/cognifloyd/ansible-role-grub-config)
Manage grub2 configuration on RHEL/CentOS
Requirements
------------Grub is expected to be installed and working on the guest.
Role Variables
--------------Values are changed in the file specified with `grub_input_config`
(which defaults to `/etc/defaults/grub`). Currently the only value that will be changed is `grub_timeout`.Dependencies
------------No dependencies.
Example Playbook
----------------- hosts: all
roles:
- src: cognifloyd.grub-config
grub_timeout: 1License
-------MIT
Author Information
------------------By Jacob Floyd (@cognifloyd) while working for Theatro Labs, Inc. (theatro.com).