diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index a4dae0cef5..4ae2dcc6b5 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -62,10 +62,10 @@ roles: - cloudstats - - role: nfs/client - mnt_dir: '/mnt/fedora_stats' - nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3" - nfs_src_dir: 'fedora_stats' +# - role: nfs/client +# mnt_dir: '/mnt/fedora_stats' +# nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3" +# nfs_src_dir: 'fedora_stats' handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"