Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.27 KB

flyoverhead.openwrt.extroot

OpenWRT extroot configuration

  • configure extroot

Role Variables

Variable Descritpion Status Type Default/Example
extroot_enabled Enable extroot configuration required boolean false
extroot_pkgs List of packages required for extroot configuration required list ["kmod-usb-core", "kmod-usb-storage", "kmod-usb2", "kmod-usb3", "block-mount", "kmod-fs-ext4", "e2fsprogs", "parted"]
extroot_device External USB device name required string sda

Dependencies

Name Description
Ansible Role: openwrt Ansible role by gekmihesg for managing OpenWRT and derivatives

Example Playbook

- hosts: openwrt
  roles:
      - role: flyoverhead.openwrt.extroot

Example Vars

extroot_enabled: true
extroot_device: "sda"

License

GNU General Public License v3.0

Author Information

fly0v3rH34D

References