Re: [ansible-project] Using special characters in strings

2021-01-22 Thread Subhi Andrews
This is resolved. I had an unquoted star character elsewhere in the playbook that was causing the problem. On Fri, Jan 22, 2021 at 3:06 PM sub...@gmail.com wrote: > > I am trying use '*' as a value for the domain parameter in this module > >

[ansible-project] Using Multiple Vault IDs

2019-10-30 Thread Subhi Andrews
Hi All, We have been using default vault for storing the password of the default user used for doing WinRM to remote nodes. We want to add another vault that we can provide to a different group to manage their set of machines. These machines will have a different admin account and password. We

[ansible-project] Re: WinRM with Ansible 2.8 and Python 3.7

2019-10-30 Thread Subhi Andrews
When *ansible_winrm_message_encryption: auto*, it works. It used to work with Python 2.7 and Ansible 2.7 when *ansible_winrm_message_encryption: always* was the setting. On Tuesday, October 29, 2019 at 1:56:17 PM UTC-7, Subhi Andrews wrote: > > We have been using Python 2.7 and Ansible

[ansible-project] WinRM with Ansible 2.8 and Python 3.7

2019-10-29 Thread Subhi Andrews
We have been using Python 2.7 and Ansible 2.7 so far successfully. Just trying to test Ansible 2.8.6 with Python 3.7.5. I am getting the following error: pfny5devops03 | UNREACHABLE! => { "changed": false, "msg": "kerberos: message encryption is set to 'always' but the selected auth

[ansible-project] Ansible-pull for windows

2019-02-05 Thread Subhi Andrews
Are there any plans to bring ansible-pull to windows? Thanks, Subhi. -- 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

Re: [ansible-project] Updating Ansible hosts inventory dynamically

2019-02-01 Thread Subhi Andrews
com> wrote: > On 01.02.2019 20:09, Subhi Andrews wrote: > > We have our hosts inventory organized by environments. We tend to have > > alpha versions of software deployed in our test environment. Are there > > any > > thoughts on keeping the inventory dynamically

[ansible-project] Updating Ansible hosts inventory dynamically

2019-02-01 Thread Subhi Andrews
We have our hosts inventory organized by environments. We tend to have alpha versions of software deployed in our test environment. Are there any thoughts on keeping the inventory dynamically updated if we decide to move a host between environment - say from test to dev or from dev to

[ansible-project] win_task_scheduler - setting memory and io priority

2019-02-01 Thread Subhi Andrews
Is there a way to do this via win_task_scheduler or otherwise? Priority setting in win_task_scheduler only affects process priority and not IO/mem priorities. Anyone has any suggestions? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

Re: [ansible-project] Windows Remote Desktop Access for Users using Ansible

2019-01-16 Thread Subhi Andrews
add the people to remote desktop users group using win_group_membership module. That's the solution. On Tue, Jan 15, 2019 at 9:29 AM Subhi Andrews wrote: > Hi folks, > > I am trying to configure RDP access to users who need to access to certain > hosts. Is there a way to automat

[ansible-project] Windows Remote Desktop Access for Users using Ansible

2019-01-15 Thread Subhi Andrews
Hi folks, I am trying to configure RDP access to users who need to access to certain hosts. Is there a way to automate this using Ansible? Thanks, Subhi. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

[ansible-project] Windows: kerberos: the specified credentials were rejected by the server

2018-10-26 Thread Subhi Andrews
I am using the following ansible settings: ansible_user: 'myuser' ansible_password: 'mypass' ansible_port: 5986 ansible_connection: winrm ansible_winrm_transport: kerberos ansible_winrm_server_cert_validation: ignore ansible_winrm_message_encryption: always ansible_winrm_kerberos_delegation: true