Robert Kaussow
e0bc8b64a8
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
17 lines
297 B
YAML
17 lines
297 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
smb_shares:
|
|
- name: multimedia
|
|
source: //share.example.com/media
|
|
username: myuser
|
|
password: secure
|
|
mountpoint: /media/data
|
|
mountopts:
|
|
- acl
|
|
state: present
|
|
|
|
roles:
|
|
- role: xoxys.smb
|