[nfs_mount] Maybe access points don't need to mount any directory
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
df90d4ca40
commit
7f8a41ce1d
plays
|
@ -1,7 +1,7 @@
|
|||
#!/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:
|
||||
|
|
Loading…
Reference in New Issue