openwrt_storage
ansible-role-openwrt-storage
ansible-galaxy install bit_kitchen.openwrt_storage
Configure OpenWrt for USB drive support and auto mount.
Requirements
None.
Role Variables
Variable | Default | Comment |
---|---|---|
opkg_update | yes | Update opkg cache |
install_optional_packages | yes | Install blkid , fdisk and lsblk |
anon_swap | yes | Anonymous Swap: Mount swap not specifically configured |
anon_mount | yes | Anonymous Mount: Mount filesystems not specifically configured |
auto_swap | yes | Automount Swap: Automatically mount swap on hotplug |
auto_mount | yes | Automount Filesystem: Automatically mount filesystems on hotplug |
block_detect | no | Detect and import currently attached filesystems |
Dependencies
gekmihesg.openwrt
Example Playbook
- hosts: openwrt
remote_user: root
gather_facts: no
roles:
- bit_kitchen.openwrt_storage
License
Author Information
Install
ansible-galaxy install bit-kitchen/ansible-role-openwrt-storage
License
Unknown
Downloads
112
Owner