Re: [ansible-project] [Ansible Beginner Question]: Using Ansible to Provision VMs on AWS, Anyone?

2020-08-10 Thread Abhijeet Kasurde
Hi Kenny, Please check Ansible AWS collection https://github.com/ansible-collections/community.aws and https://github.com/ansible-collections/amazon.aws You may want to take look at `ec2_instance` - https://docs.ansible.com/ansible/latest/modules/ec2_instance_module.html On Tue, Aug 11, 2020 at

[ansible-project] New Ansible releases 2.9.12 and 2.8.14

2020-08-10 Thread Rick Elrod
Hi all- we're happy to announce that the general release of Ansible 2.9.12 and 2.8.14 are now available! How do you get it? -- $ pip install ansible==2.9.12 --user or $ pip install ansible==2.8.14 --user The tar.gz of the releases can be found here: * 2.9.12 https://releases.

Re: [ansible-project] copy module failing path has wildcard ?????

2020-08-10 Thread sai kumar
Hi Om, The linux-782078, in the path created during the installation of puppeteer in previous step. It may change when there is a version update. Hence i need to check and the version prior to run the play book. instead number if mentioned wildcard characters, I can simply run the playbook and

[ansible-project] [Ansible Beginner Question]: Using Ansible to Provision VMs on AWS, Anyone?

2020-08-10 Thread Kenny
Hello Everyone, I would appreciate any pointer to a project/s that deals with the above topic , please. Much Appreciated Kenny +1 240 714-2372 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receivi

[ansible-project] nice/ionice a module on target server

2020-08-10 Thread WK
I have tried googling but have failed. We use ansible to upgrade a fleet of VMs.  Some of them are fairly small and apt in particular seems to really bog them down (yum/dnf isn't that bad) if we ssh in to the target we can run apt with nice/ionice i.e. |sudo ionice -n 7 nice -n 19 apt-get di

Re: [ansible-project] play book execution error

2020-08-10 Thread Stefan Hornburg (Racke)
On 8/10/20 5:49 PM, A wrote: > Hi Mates, I am getting below error while executing playbook for a new server > that needs to be added . > > TASK [krb5_workstation : install krb5_workstation package from > rhel-x86_64-server-7-datacenter] > *

[ansible-project] play book execution error

2020-08-10 Thread A
Hi Mates, I am getting below error while executing playbook for a new server that needs to be added . TASK [krb5_workstation : install krb5_workstation package from rhel-x86_64-server-7-datacenter] *

[ansible-project] Re: Installing ansible on Windows 10

2020-08-10 Thread Michael Richter
It might be installed to *$HOME/.local/bin*. If you can find ansible in this directory, add it to your PATH variable (*$HOME/.profile*: export PATH="$PATH:$HOME/.local/bin") and login again. charles...@gmail.com schrieb am Freitag, 7. August 2020 um 22:59:09 UTC+2: > Thank you I could install a

Re: [ansible-project] Learning Opportunity Terraform _ Top rated course 85% off for 3 days

2020-08-10 Thread Abhijeet Kasurde
Hi CLOUD PASSION This channel is meant for asking Ansible user questions. Please refrain yourself from posting Ads and Solicitation emails. Thanks. On Mon, Aug 10, 2020 at 3:33 PM CLOUD PASSION wrote: > > https://www.google.com/url?q=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhashicorp-certified-t

[ansible-project] Learning Opportunity Terraform _ Top rated course 85% off for 3 days

2020-08-10 Thread CLOUD PASSION
https://www.google.com/url?q=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhashicorp-certified-terraform-associate-comprehensive%2F%3FcouponCode%3DDEALTOWIN&sa=D&sntz=1&usg=AFQjCNFmk5EoJJnYndc1XY5fdKOI3r_srA -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Ansible IOS gather facts

2020-08-10 Thread Zaldy B
HI guys / experts, Have you tried gathering ios facts and when it is satisfied, it will gather another facts using the output of the first facts? Dont know if this is possible. Thank you. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. T

Re: [ansible-project] ansible foreman callback plugin

2020-08-10 Thread Dick Visser
This list is for generic ansible issues. Your issue seems highly specific to a 3rd party module. I would try that community first: https://github.com/theforeman/foreman_ansible#foreman-ansible-arrow_forward On Mon, 10 Aug 2020 at 02:56, Kiran Kumar wrote: > > Hi > > I have setup the plugin for f

[ansible-project] Re: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

2020-08-10 Thread Hrvoje Gašpar
What is the output error once you remove no_log? Did you recieve additional information? Dana ponedjeljak, 10. kolovoza 2020. u 08:59:43 UTC+2, korisnik anilkumar panditi napisao je: > > Hello, My playbook has following github module , which is failing with > error FAILED! => {"censored": "t

[ansible-project] Cross-domain auth using Kerberos

2020-08-10 Thread Michael Richter
Hi, On a Linux server I want to access a Windows server from Windows domain *sub.dnsdomain* using an account from parent Windows domain *dnsdomain*. The account has admin permissions to that server and can login using RDP. I have configured Kerberos realms for both domains on the Linux server. I