Skip to content
Snippets Groups Projects
Verified Commit 7f8a41ce authored by ynerant's avatar ynerant
Browse files

[nfs_mount] Maybe access points don't need to mount any directory


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent df90d4ca
No related branches found
No related tags found
1 merge request!272Stabilize Ansible
#!/usr/bin/env ansible-playbook
---
# Deploy nfs_mount server
- hosts: all
- hosts: server
vars:
nfs_mount: "{{ glob_nfs_mount | default({}) | combine(loc_nfs_mount | default({})) }}"
roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment