vps/playbooks/config-fstab.yml
2024-02-17 19:01:04 +01:00

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