[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

Re: [ansible-project] Re: Ansible Module Failure

2019-08-25 Thread Vladimir Botka
On Sun, 25 Aug 2019 09:13:22 -0700 (PDT) Andrew Morgan wrote: > Thank you for help. I am still seeing > sing module file /usr/local/lib/python3.7/site-packages/ansible/modules/ > system/setup.p > > Maybe I am not setting the variable correctly.In my ansible.cfg I have >

Re: [ansible-project] How Do I Conditionally Import a Playbook?

2019-08-25 Thread Chrono 7
Thanks! I figured it was a bit of a limitation at this point. Would be great to have this added at some point On Sunday, August 25, 2019 at 1:43:01 PM UTC-4, Vladimir Botka wrote: > > On Sun, 25 Aug 2019 09:12:57 -0700 (PDT) > Chrono 7 > wrote: > > > I'd like to know how to conditionally

[ansible-project] Why is this telling me the variable is undefined?

2019-08-25 Thread Chrono 7
I tried to follow along with a similar approach to the docs on *read_csv * here . I'm not sure why I'm getting this error returned when the value of *systems *is defined just above the *set_fact*: fatal: [127.0.0.1]: FAILED!

Re: [ansible-project] Need a help to create S3 bucket using Ansible

2019-08-25 Thread Amit Kulkarni
Yes I am trying that but I am on python 2.7 and facing issue with aws CLI. Even after installation, I am still unable to see that path. Trying for that. Else I need to get another EC2 and perform installation from scratch and see what happens. Thanks for your help Karl. Appreciate it Regards

Re: [ansible-project] Need a help to create S3 bucket using Ansible

2019-08-25 Thread Karl Auer
Get the AWS CLI working first. Can't help much there - perhaps it is a path issue? Regards, K. On Mon, Aug 26, 2019 at 12:50 AM Amit Kulkarni wrote: > Hi > > I have gone through the reply. > > I am using export commands already but despite that I am facing headbucket > issue and error code is

[ansible-project] Kerberos authentication for Windows hosts only works with -vv or enabling logging in /etc/ansible/ansible.conf

2019-08-25 Thread Ronald van Vugt
Hello, I have a very strange problem: *The situation:* One Microsoft domain controller (Windows 2012R2) and several Windows member servers joining this domain (also Windows 2012R2). The ansible server is installed/configured (krb5.conf and hostfile with the needed variables) with kerberos.

Re: [ansible-project] How Do I Conditionally Import a Playbook?

2019-08-25 Thread Vladimir Botka
On Sun, 25 Aug 2019 09:12:57 -0700 (PDT) Chrono 7 wrote: > I'd like to know how to conditionally import a playbook. > [...] > - name: Car required > import_playbook: determine_car_information.yaml > when: car_required == True It's not possible. "import_playbook" is not a task. Conditions

Re: [ansible-project] Re: Ansible Module Failure

2019-08-25 Thread Andrew Morgan
Thank you for help. I am still seeing sing module file /usr/local/lib/python3.7/site-packages/ansible/modules/ system/setup.p Maybe I am not setting the variable correctly.In my ansible.cfg I have INTERPRETER_PYTHON_FALLBACK = '/usr/bin/python2.7' Is this correct? On Sunday, 25 August 2019

[ansible-project] How Do I Conditionally Import a Playbook?

2019-08-25 Thread Chrono 7
I'd like to know how to conditionally import a playbook. I have a master playbook which calls several others The master looks like this: --- - name: Query user for information import_playbook: query_user.yaml - name: Car required import_playbook: determine_car_information.yaml when:

Re: [ansible-project] Need a help to create S3 bucket using Ansible

2019-08-25 Thread Amit Kulkarni
Hi I have gone through the reply. I am using export commands already but despite that I am facing headbucket issue and error code is 403 I have also installed AWS cli however it's still not recognizing aws command and I am getting aws command not found error when I am running any aws commands