10 lines
225 B
YAML
10 lines
225 B
YAML
# Playbook to mount CIFS mounts defined in env.yml
|
|
- name: Include variables files
|
|
hosts: localhost
|
|
roles:
|
|
- include-vars
|
|
|
|
- name: Edit fstab configuration & mount CIFS devices
|
|
hosts: localhost
|
|
roles:
|
|
- fstab
|