[ansible-project] Re: Ansible Windows Custom Modules

2019-08-25 Thread 'ground7612' via Ansible Project
Anyone? Please, even if just a brief answer. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To view this

[ansible-project] Ansible Windows Custom Modules

2019-08-13 Thread 'ground7612' via Ansible Project
Hi, I have a few short questions around the Windows Module. 1. Is it allowed (as per the GNU license) to also customize the existing Windows Modules or only add new ones? https://github.com/ansible/ansible/tree/devel/lib/ansible/modules/windows The module in question would be

[ansible-project] Re: PSRemoting / WinRM / NTLMv2

2019-07-31 Thread 'ground7612' via Ansible Project
Thank you again Jordan! -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To view this discussion on the web

[ansible-project] PSRemoting / WinRM / NTLMv2

2019-07-26 Thread 'ground7612' via Ansible Project
Hi Jordan Looking at the following documentation https://www.bloggingforlogging.com/2018/01/24/demystifying-winrm/ https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/winrmsecurity?view=powershell-6 And the environment which is purely Windows Server 2016 (No domain) with

[ansible-project] Re: Win_wait_for arbitrary results

2019-07-08 Thread 'ground7612' via Ansible Project
Anyone? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to

[ansible-project] Win_wait_for arbitrary results

2019-07-04 Thread 'ground7612' via Ansible Project
Hi All, We are evaluating options for a playbook with a very specific use case. We would like to monitor certain processes and / or services and depending on the state we would like Ansible to register the change and trigger another action. We are using the following modules •

[ansible-project] Windows Server 2016 and SSH SL3 Environment

2019-06-25 Thread 'ground7612' via Ansible Project
Hi All Our use case is very specific. We are looking at an isolated, country-wide network that has around 500 workstations and 1300 servers that control highly critical assets. Every Machine runs a hardened Windows Server 2016 OS with a custom shell. There is no AD, DNS, PKI. Everything is IP

[ansible-project] Re: Win_copy with become and SMB2 -> Limit transfer speed

2019-06-17 Thread 'ground7612' via Ansible Project
Thank you Jordan! -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to

[ansible-project] Win_copy with become and SMB2 -> Limit transfer speed

2019-06-17 Thread 'ground7612' via Ansible Project
Hey All Quick question with regards to using win_copy with become and SMB2 protocol (Windows File Server to Windows Targets). QoS is implemented, but not in the whole environment. There is no option currently to limit transfer speed with the win-copy module and become, correct? Would a

[ansible-project] Re: Win_Copy Checksuming

2019-05-08 Thread 'ground7612' via Ansible Project
Much appreciated Jordan! Thank you Lukas Am Montag, 6. Mai 2019 22:34:22 UTC+2 schrieb Jordan Borean: > > Hi > > The "force" parameter controls what check is used to determine whether a > copy needs to occur; > >- force=no: The file on the controller is only copied when dest does >not

[ansible-project] Win_Copy Checksuming

2019-05-03 Thread 'ground7612' via Ansible Project
Hi All With regards to the checksuming mentioned for the win_copy module in the "force" parameter, could anyone shed some light how this works? https://docs.ansible.com/ansible/latest/modules/win_copy_module.html#win-copy-module The question that is going around in my mind is if I need to run

[ansible-project] Re: Windows Lock Workstation

2019-04-17 Thread 'ground7612' via Ansible Project
> > Hi Jordan, > Much appreciated, Thank you! I will think about it and also bring it up in the next Stakeholder Meeting to gather feedback. May I ask if you would know of any other way (if you would have such a use case where you need to prevent user input at all during the patching

[ansible-project] Windows Lock Workstation

2019-04-16 Thread 'ground7612' via Ansible Project
Hi, I am trying lock the workstation during a play while installing Windows Updates and doing some maintenance activities for an application. This is a highly sensitive and regulated environment. At the moment we are looking at two use cases, one where the process is manually initiated by the