Re: [ansible-project] Using formatted PS JSON in play.

2020-11-05 Thread Dick Visser
On Thu, 5 Nov 2020 at 23:17, jesse...@gmail.com wrote: > So i'm having difficulties and am quite stuck... > > My goal is to capture details from a UNC paths NTFS ACLS. > > Important details are below. > > > - name: Teach him to fish - Run it > win_shell: | > . C:\Temp\grp_enum.ps1 > >

[ansible-project] 2FA/MFA support of AWX/Ansible

2020-11-05 Thread Raj Gupta
Hi, Does AWX/Ansible supports 2FA/MFA, or is there any alternate solution? Thanks, Raj -- 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+unsub

[ansible-project] Using formatted PS JSON in play.

2020-11-05 Thread jesse...@gmail.com
So i'm having difficulties and am quite stuck... My goal is to capture details from a UNC paths NTFS ACLS. Important details are below. - name: Teach him to fish - Run it win_shell: | . C:\Temp\grp_enum.ps1 enumerate -path "{{ path }}" become: yes become_method: runas

[ansible-project] Microsoft SQL Server Module mssql_db Not Working to create a Database.

2020-11-05 Thread 'Praveen Kumar Singh' via Ansible Project
ISSUE TYPE - Feature Idea SUMMARY When I am using the SQL Server Module mssql_db to create a new database on the microsoft SQL Server I am getting the below error. Microsoft SQL Server is on windows server. I am using the below playbook to create the database on SQL Server. Ansible Pla

Re: [ansible-project] Re: How to provide a [item1, item2] list as argument using ini format.

2020-11-05 Thread Brian Coca
ini format a list is just comma separated, loose the [ ] diff note, that setting is not configurable by users. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving email

Re: [ansible-project] How to capture module_args in a variable

2020-11-05 Thread Brian Coca
This is not possible, mostly for security reasons, once in a variable we have no way to secure secrets/passwords flagged as 'no_log' in the action itself. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscr

Re: [ansible-project] Re: How to provide a [item1, item2] list as argument using ini format.

2020-11-05 Thread Dick Visser
You need to quote the whole thing, but with a different quote than the one you already use to quote the individual list items. In your case add single quotes around the value. Also, there should not be any spaces between the var name, the equal sign, and the value. Concluding: interpreter_python_

Re: [ansible-project] IP List Contain

2020-11-05 Thread J C
Thanks again Vladimir. I ended up finding a simpler approach. This was my fault because the fake IP addresses that I made didn't really represent the real IP addresses. 1.1.1.1 1.1.2.1 That is more of an accurate representation of the IP addresses that I am looking for. So I went with this: t

Re: [ansible-project] Re: Ansible automation for SAP - Issue and Best practices

2020-11-05 Thread Pratheek P
Thank you for your response. What are the different use cases of Ansible in automating SAP related tasks? For example, I have automated the task of upgrading the SAP kernel using Ansible. The upgrade of SAP kernel involves starting, stopping SAP application from the command line and extracting a