separating out nfs_setup - conflict with hosts and vars_prompt when used with include_task
This commit is contained in:
13
nfs_config.yml
Normal file
13
nfs_config.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: setup_nfs_mount
|
||||
hosts: all
|
||||
become: true
|
||||
vars_prompt:
|
||||
- name: nfs_server
|
||||
prompt: "Enter NFS Server IP or hostname"
|
||||
private: no
|
||||
- name: nfs_server_path
|
||||
prompt: "Enter remote path on the NFS server (e.g. /exports/media)"
|
||||
private: no
|
||||
- name: nfs_client_path
|
||||
prompt: "Enter local mount path (e.g. /mnt/media)"
|
||||
private: no
|
||||
Reference in New Issue
Block a user