/ansible-raspberry-smb-mount

An Ansible role that manages SMB (Server Message Block) mounts on Raspberry Pi OS

Primary LanguageJinjaMIT LicenseMIT

Test

Ansible Role: Raspberry - SMB Mount

An Ansible role that manages SMB (Server Message Block) mounts on Raspberry Pi OS (Debian Bookworm).

Role Variables

Please see defaults/main.yml for a complete list of variables that can be overridden.

Dependencies

This role relies on the following dependencies:

Installation

$ ansible-galaxy role install escalate.smb_mount

Example Playbook

- hosts: all
  roles:
    - role: escalate.smb_mount
      tags: smbmount

License

MIT