bit_kitchen.openwrt_storage
ansible-role-openwrt-storage
To install, run:
ansible-galaxy install bit_kitchen.openwrt_storage
This role sets up OpenWrt to support USB drives and automatically mount them.
Requirements
None.
Role Variables
Variable | Default | Description |
---|---|---|
opkg_update | yes | Update the opkg package manager cache. |
install_optional_packages | yes | Install useful tools: blkid , fdisk , and lsblk . |
anon_swap | yes | Mount swap space that's not specially configured. |
anon_mount | yes | Mount filesystems that aren't specially configured. |
auto_swap | yes | Automatically mount swap space when a USB is plugged in. |
auto_mount | yes | Automatically mount filesystems when a USB is plugged in. |
block_detect | no | Detect and load filesystems that are currently attached. |
Dependencies
gekmihesg.openwrt
(another Ansible role)
Example Playbook
- hosts: openwrt
remote_user: root
gather_facts: no
roles:
- bit_kitchen.openwrt_storage
License
Author Information
Created by bit.kitchen
Informazioni sul progetto
Configure OpenWrt for USB drive support and auto mount
Installa
ansible-galaxy install bit_kitchen.openwrt_storage
Licenza
Unknown
Download
126
Proprietario