An Ansible role that manages SMB (Server Message Block) mounts on Raspberry Pi OS (Debian Bookworm).
Please see defaults/main.yml for a complete list of variables that can be overridden.
This role relies on the following dependencies:
- Roles: None
- Collections: requirements.yml
$ ansible-galaxy role install escalate.smb_mount
- hosts: all
roles:
- role: escalate.smb_mount
tags: smbmount
MIT