[ansible-project] Re: Ansible connecting to Windows host using pywinrm module over HTTP

2020-06-18 Thread sameer khan
Thanks for that reply Jordan, No, I am not confused in respect to that, however, I want to understand what's is the best way possible to encrypt the whole session over the HTTP scheme, as on the windows side if it's not encrypted it is rejecting the connection by saying the above message

[ansible-project] Re: win_mapped_drive fails with become(runas) and ansible_become_pass var defined

2020-06-18 Thread Jordan Borean
There's been a recent issue on this problem https://github.com/ansible-collections/community.windows/issues/96. I can't say I've experienced this problem personally as if you have a credential Windows should be using that to connect to the network path. Are you potentially on a newer build of

[ansible-project] Re: Ansible connecting to Windows host using pywinrm module over HTTP

2020-06-18 Thread Jordan Borean
Setting AllowUnencrypted -Value $true means you are allowing plaintext data to be exchanged, you want it to be AllowUnencrypted -Value $false to make sure encryption is used. Are you getting mixed up with the values here? -- You received this message because you are subscribed to the Google

[ansible-project] New Ansible release 2.9.10

2020-06-18 Thread Rick Elrod
Hi all- we're happy to announce that the general release of Ansible 2.9.10 is now available! How do you get it? -- $ pip install ansible==2.9.10 --user The tar.gz of the release can be found here: * 2.9.10 https://releases.ansible.com/ansible/ansible-2.9.10.tar.gz SHA256:

Re: [ansible-project] How to Segregate Inventory file and Group Variable to provide Ansible User name and password

2020-06-18 Thread ditun dhar
Thanks Racke, It is solved now. Regards, Souvik On Wed, 17 Jun 2020, 21:02 Stefan Hornburg (Racke), wrote: > On 6/17/20 5:07 PM, ditun dhar wrote: > > Guys, > > > > I am new in Ansible and need some help. I am in need of segregating my > inventory file (which will change continuously > >

[ansible-project] Ansible connecting to Windows host using pywinrm module over HTTP

2020-06-18 Thread sameer khan
Hello, I have an issue with connecting to windows host using Kerberos authentication mechanism with winrm over HTTP scheme, As our windows host have this set to true, Set-Item -Path WSMan:\localhost\Service\AllowUnencrypted -Value $true I get this error message "msg": "kerberos: the

Re: [ansible-project] Failed to import the required Python library (Docker SDK for Python: docker (Python >= 2.7) or docker-py (Python 2.6)) on MacBook-Pro

2020-06-18 Thread Dick Visser
the error indicates that the system's python 2.7 is used hence you are not using any other venvs and/or pythons On Thu, 18 Jun 2020 at 11:22, Charles Moulliard wrote: > Hi, > > Who can help me to figure out what to do to avoid that the > docker_container module complains that it is not

[ansible-project] pulling infor from a config.

2020-06-18 Thread Joe
I am trying to figure out how to put information from a switch config using ansible so it can be manipulated and used as data in your ansible playbook. For example, all switches have a configuration section similar to the following: archival { configuration {

Re: [ansible-project] nested with_items

2020-06-18 Thread Nicholas Britton
How do I access that as a var? I am accessing each component as part of a uri call in the include tasks statement. On Thu, Jun 18, 2020, 6:22 AM Stefan Hornburg (Racke) wrote: > On 6/18/20 1:11 PM, Nicholas Britton wrote: > > So with that option I would have two more include tasks prior where

Re: [ansible-project] nested with_items

2020-06-18 Thread Stefan Hornburg (Racke)
On 6/18/20 1:11 PM, Nicholas Britton wrote: > So with that option I would have two more include tasks prior where I set the > the next to vars?   > > Any other options to keep it in one play? > You could also use the product filter

Re: [ansible-project] nested with_items

2020-06-18 Thread Nicholas Britton
So with that option I would have two more include tasks prior where I set the the next to vars? Any other options to keep it in one play? On Wed, Jun 17, 2020, 11:59 PM Dick Visser wrote: > I usually handle this by looping over include_tasks. So each level has > its own file with tasks, and

[ansible-project] Failed to import the required Python library (Docker SDK for Python: docker (Python >= 2.7) or docker-py (Python 2.6)) on MacBook-Pro

2020-06-18 Thread Charles Moulliard
Hi, Who can help me to figure out what to do to avoid that the docker_container module complains that it is not installed Failed to import the required Python library (Docker SDK for Python: docker (Python >= 2.7) or docker-py (Python 2.6)) on MacBook-Pro's Python

[ansible-project] Need help for Ansible Documentation

2020-06-18 Thread Rahul Kumar
Hi Ansible Gurus, I have many roles in my Ansible Project . Each role has a different set of variables . In the end , it is a huge list of documents in case we want to document. Wanted to check if Ansible provides any kind of utility/tools which can document all roles and their parameters in a