Re: [ansible-project] Unable to create the new dashboard : 404 messageDashboard not found

2020-01-09 Thread Michael Mullay
If you purposely redacted the IP from the output (http://:3000) then I am out of idea. Otherwise, that would be your issue On Wed, 2020-01-08 at 20:20 -0800, anilkumar panditi wrote: > http://:3000 -- You received this message because you are subscribed to the Google Groups "Ansible Project" gr

Re: [ansible-project] Dynamic inventory for Ansible Controller on Google Cloud and nodes on AWS.

2020-01-09 Thread Brian Coca
This should work https://docs.ansible.com/ansible/latest/plugins/inventory/aws_ec2.html , but im not sure what your issue is. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

Re: [ansible-project] ERROR! Unexpected Exception, this is probably a bug: 'module' object has no attribute 'packages'

2020-01-09 Thread Brian Coca
That really looks like a bug in that callback you downloaded, I would point you to that repo for resolving the issue. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receivin

Re: [ansible-project] remote_src on template

2020-01-09 Thread Brian Coca
it is 'possible' but it is unlikely we'll add that feature to Ansible, because it would require jinja2 on the target as well as passing all variables and inventory to the module (we only pass the min needed). I suggest using a 'fetch' action to get the remote template and then process normally wit

Re: [ansible-project] Question: How to use the same host for multiple groups?

2020-01-09 Thread Brian Coca
sorry, second entry should be: host1B ansible_host=hosta -- -- 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 emails from it, send an email to ansible-project+unsubsc

Re: [ansible-project] Question: How to use the same host for multiple groups?

2020-01-09 Thread Brian Coca
There are many ways, simplest might be using host aliases, but this might be inefficient: [GroupA] host1A ansible_host=hosta [GroupB] host1A ansible_host=hosta Setting up the variables at play/role level might make more sense, Ansible's inventory is meant to give a 'full picture' of the host a

[ansible-project] Question: How to use the same host for multiple groups?

2020-01-09 Thread Konstantinos Tzevelekidis
Hello, I have the following inventory: Test.inventory [GroupA] Host1 [GroupB] Host1 GroupA and GroupB contain the same variables but with different values (e.g. filename). It seems that every time the playbook runs for this inventory, it does the steps once for the host (i.e. only for one of t

Re: [ansible-project] shell: umask 0022 not working

2020-01-09 Thread Kai Stian Olstad
On 09.01.2020 18:32, Masudur Rahman wrote: - name: Change Umask to 0022 to make installer working shell: umask 0022 && umask - name: Generic question with multiple different responses expect: echo: yes command: ./{{ version }} --mode text --d

Re: [ansible-project] shell: umask 0022 not working

2020-01-09 Thread Brian Coca
Ansible tasks normally do NOT share the same session, so setting umask for the session in one task will not affect subsequent tasks, you need to modify umask in a persistent manner for all tasks to be affected, Normally you can affect the environment in a consistent way across tasks by using the `e

Re: [ansible-project] Doc for plugin development

2020-01-09 Thread Brian Coca
Here is where they live, some plugin types don't have a lot of details though https://docs.ansible.com/ansible/latest/dev_guide/developing_plugins.html -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe

[ansible-project] shell: umask 0022 not working

2020-01-09 Thread Masudur Rahman
Can anyone help me to set umask 0022. I'm always getting 0027 after executing playbook run. Error: fatal: []: FAILED! => {"changed": true, "cmd": "./installer-binary.run --mode text --disable_glibcxx_version_check 1", "delta": "0:00:30.128584", "end": "2020-01-08 18:53:55.234070", "msg

[ansible-project] Ansible for windows

2020-01-09 Thread Arjan Goos
Hi, Is it possible to create itemType Junction (symbolic link) . I want something like this: New-Item -ItemType Junction -Path D:\Program-Files\website-Name conf -Target D:\Data\Website\conf Groeten, Arjan -- You received this message because you are subscribed to the Google Groups "An

Re: [ansible-project] Do we have any experienced Ansible Tower techs on here? Using Variables with tags in tower

2020-01-09 Thread Kai Stian Olstad
On 08.01.2020 21:48, Jeff Knights wrote: does anyone here have Tower experience? This is a list for Ansible, not Tower, contact RedHat support for help with Tower. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To u

[ansible-project] Re: Ansible Playbook to install software on desired location

2020-01-09 Thread Rahul Rawat
By default installation files create in C:\Program Files\Python37 folder. i need C:\Python37 This is my playbook. --- ### python setup - name: copying python win_copy: src: files/python.exe dest: C:\python.exe # when: "'aiservice' in group_names" - name: Install Python win_shell: C

Re: [ansible-project] Upgrading Ansible Tower to 3.6

2020-01-09 Thread Gini Gangadharan
Wonderful.. Thank you On Thursday, 9 January 2020 16:36:08 UTC+8, Juan Asensio Sánchez wrote: > > > https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/awx-project > > El jue., 9 ene. 2020 a las 9:28, Gini Gangadharan ( >) escribió: > >> Hi @stefan, >> sorry, noted on that.

Re: [ansible-project] Upgrading Ansible Tower to 3.6

2020-01-09 Thread Juan Asensio Sánchez
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/awx-project El jue., 9 ene. 2020 a las 9:28, Gini Gangadharan () escribió: > Hi @stefan, > sorry, noted on that. > Do we have any group for Ansible Tower ? thanks in advance. > > -Gini- > > On Thursday, 9 January 2020 00:5

Re: [ansible-project] Upgrading Ansible Tower to 3.6

2020-01-09 Thread Gini Gangadharan
Hi @stefan, sorry, noted on that. Do we have any group for Ansible Tower ? thanks in advance. -Gini- On Thursday, 9 January 2020 00:56:50 UTC+8, Stefan Hornburg (Racke) wrote: > > On 1/7/20 8:10 AM, Gini Gangadharan wrote: > > #ansibletower #upgrade > > Anyone got a proper instruction set to up

[ansible-project] Update releases.ansible.com Repository

2020-01-09 Thread Lee Thomas Stephen
Hi, Please update the repository https://releases.ansible.com/ansible/rpm/release/ with recent epel and fedora rpms/srpms. thanks -- Lee -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving e