[ansible-project] Re: Do I need to use Kerberos or Windows domain authentication to have Ansible manage Windows servers?

2016-02-04 Thread Marc Farrow
As Jon said, first port of call is to read the windows documentation. When I started I also read the best practise guide here - http://docs.ansible.com/ansible/playbooks_best_practices.html - This contains the recommended file structure of your ansible setup. My group_vars is at the same level

[ansible-project] Re: Using ansible on windows with UAC enabled

2016-02-04 Thread Marc Farrow
eed it. > > Windows Registry Editor Version 5.00 > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] > "ConsentPromptBehaviorAdmin"=dword:0002 > > Regular, non admin users will still get UAC prompts. > > Hope this helps > > Jon &g

[ansible-project] Using ansible on windows with UAC enabled

2016-02-02 Thread Marc Farrow
Hi All, This is a basic question as I'm just getting started with Ansible. I've got this working perfectly on our Linux distributions but not on Windows. Our environment dictates we need UAC enabled and we cannot use the built in administrator account for day to day activities. With ansible som