[ansible-project] win_acl and remote fileshares

2020-04-03 Thread Jordan Borean
This is because of the double hop problem, without the users credentials the WinRM service cannot authenticate to those fileshares as that user so it appears to be an anonymous user which does not have access. The only way around this is to use become on the task or connect with an

[ansible-project] win_acl and remote fileshares

2020-04-03 Thread Jesse Lyon
win_acl and remote fileshares https://docs.ansible.com/ansible/latest/modules/win_acl_module.html#win-acl-module Using the WIN_ACL module, is it possible to manage file system permissions on a remote UNC path? Making the assumption that it is, so long as your user has permissions to do that

[ansible-project] win_acl and remote fileshares

2020-04-03 Thread Jesse Lyon
https://docs.ansible.com/ansible/latest/modules/win_acl_module.html#win-acl-module Using the WIN_ACL module, is it possible to manage file system permissions on a remote UNC path? Making the assumption that it is, so long as your user has permissions to do that operation I'm having consistent