cellinfo
/
ansible.nfs
Archived
2
0
Fork 0
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.nfs/defaults/main.yml

21 lines
595 B
YAML
Raw Normal View History

2017-07-20 11:44:10 +02:00
---
# defaults file for nfs
2017-07-20 11:57:55 +02:00
# client
nfs_cli_manage: true
nfs_cli_pkg_state: 'installed'
2017-07-20 15:55:21 +02:00
nfs_cli_conf_path: '/etc/default/nfs-common'
2017-10-03 16:01:03 +02:00
nfs_cli_conf_tpl: 'etc/default/nfs-common.j2' # TODO : hide this variable from user, this is for this role's internal use
2017-07-20 16:06:23 +02:00
2017-07-20 16:36:13 +02:00
nfs_quota_conf_path: '/etc/default/quota'
2017-10-03 16:01:03 +02:00
nfs_quota_conf_tpl: 'etc/default/quota.j2' # TODO : hide this variable from user, this is for this role's internal use
2017-07-20 16:36:13 +02:00
2017-07-20 16:06:23 +02:00
# rpcbind
nfs_rpc_nfsd: '2049'
nfs_rpc_nfs_cb: '32764'
nfs_rpc_statd_bc: '32765'
nfs_rpc_statd: '32766'
nfs_rpc_mountd: '32767'
nfs_rpc_lockd: '32768'
nfs_rpc_quotad: '32769'