Giter Site home page Giter Site logo

aisbergg / ansible-role-mkinitcpio Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 24 KB

:wrench: An Ansible role to configure mkinitcpio and create the initial ramdisk on Arch Linux systems.

License: MIT License

Jinja 100.00%
ansible-role mkinitcpio ansible

ansible-role-mkinitcpio's Introduction

Ansible Role: aisbergg.mkinitcpio

This is an Ansible role configures mkinitcpio and creates the initial ramdisk on Arch Linux systems.

Requirements

Requires an Arch Linux system and mkinitcpio to be installed.

Role Variables

Variable Default Comments
mkinitcpio_config {} Dictionary of MKINITCPIO variables (key-value pairs). A list of available variables and their documentation can be found in mkinitcpio.conf(5).
mkinitcpio_force_create false Force the creation of the initial ramdisk using mkinitcpio.
mkinitcpio_disable_fallback_preset false Disable the fallback preset, so only the default preset will be generated.

Dependencies

None.

Example Playbook

- hosts: all
  vars:
    mkinitcpio_config:
      MODULES:
        - btrfs
      HOOKS:
        - base
        - udev
        - plymouth
        - autodetect
        - modconf
        - block
        - keyboard
        - keymap
        - plymouth-encrypt
        - filesystems
        - btrfs
      COMPRESSION: lz4
    mkinitcpio_force_create: false
    mkinitcpio_disable_fallback_preset: true
  roles:
    - aisbergg.mkinitcpio

License

MIT

Author Information

Andre Lehmann ([email protected])

ansible-role-mkinitcpio's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.