joenyland.samba

joenyland.samba

CI

Installs and configures Samba.

Requirements

None.

Role Variables

samba_shares

A hash of shares to export.

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - role: joenyland.samba
      vars:
        samba_shares:
          tank:
            path: /tank
            valid_users: john
            read_only: false

License

MIT

Author Information

⌨️ with ❤️ by Joe Nyland

About

Installs and configures Samba

Install
ansible-galaxy install joenyland.samba
GitHub repository
License
Unknown
Downloads
263
Owner