Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: 1

License
-------

MIT

Author Information
------------------

By Jacob Floyd (@cognifloyd) while working for Theatro Labs, Inc. (theatro.com).