OpenWRT extroot
configuration
- configure extroot
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 |
Name | Description |
---|---|
Ansible Role: openwrt |
Ansible role by gekmihesg for managing OpenWRT and derivatives |
- hosts: openwrt
roles:
- role: flyoverhead.openwrt.extroot
extroot_enabled: true
extroot_device: "sda"
GNU General Public License v3.0
fly0v3rH34D