vps/playbooks/config-fstab.yml

11 lines
225 B
YAML
Raw Normal View History

2024-02-17 19:01:04 +01:00
# 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