Re: [ansible-project] Ansible hangs on package installation for hours before connection to host is lost

2020-09-10 Thread Prasad Shetty
There are multiple way to improve the performance. I have noticed multiple time yum ansible module slow down the performance. Try to use the pipelining or mitogen Please refer the below URL https://www.toptechskills.com/ansible-tutorials-courses/speed-up-ansible-playbooks-pipelining-mitogen/#

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Prasad Shetty
There are many just have a glance on ansible glaxy On Thu, 10 Sep, 2020, 2:05 pm Abhijeet Kasurde, wrote: > I have not tried this but you can check - > https://github.com/ansible/ansible-lockdown > > On Thu, Sep 10, 2020 at 1:56 PM Josephsimon Arokiaraj > wrote: > >> Hi All, >> >> How you

Re: [ansible-project] AWX SAML Configuration

2020-09-10 Thread Prasad Shetty
Thank you Raju I am currently using LDAP mapping and it is working fine.I was looking very specifically SAML mapping options. On Thu, 10 Sep, 2020, 10:50 am Raju Das, wrote: > Hi, > > Please find Redhat Doc if it helps... > > Mapping between organization admins/users and LDAP groups > >

Re: [ansible-project] Ansible hangs on package installation for hours before connection to host is lost

2020-09-10 Thread Pankaj Basnal
This playbook works with less number of hosts. As the number of hosts increase the probability of error increases. There are a few runs which have completed successfully with less number of hosts. Though I don't have logs for them. I'll take your suggestions and try without until and retry. But

Re: [ansible-project] Ansible hangs on package installation for hours before connection to host is lost

2020-09-10 Thread Dick Visser
On Thu, 10 Sep 2020 at 17:29, Pankaj Basnal wrote: > > Hi, > I'm new to ansible and I'm facing an issue with executing our playbook. > > Setup- > * For 10 hosts on azure > * all hosts are identical and newly created > * ansible.cfg- > [defaults] > host_key_checking = False > > *

Re: [ansible-project] Ansible hangs on package installation for hours before connection to host is lost

2020-09-10 Thread Stefan Hornburg (Racke)
On 9/10/20 5:29 PM, Pankaj Basnal wrote: > Hi, > I'm new to ansible and I'm facing an issue with executing our playbook.  > > Setup- > * For 10 hosts on azure > * all hosts are identical and newly created > * ansible.cfg-  >     [defaults] >           host_key_checking = False > > * portion of

[ansible-project] Re: Nominating blockers to 2.10.0 [Was Re: Ansible 2.10.0 beta 1]

2020-09-10 Thread Toshio Kuratomi
And yes... apparently I suck at email :-(. Posting this to the correct subthread in case anyone is following this conversation on the google groups forum interface instead of via a threaded email client: One more piece of information: The meeting on the 17th of September will take place in the

[ansible-project] Re: Ansible 2.10.0 beta 1

2020-09-10 Thread Toshio Kuratomi
One more piece of information: The meeting on the 17th of September will take place in the #ansible-community channel on irc.freenode.net. Note that if you haven't used freenode before, you can use online webchat to access freenode: https://webchat.freenode.net/ Because of issues with spam and

[ansible-project] Ansible hangs on package installation for hours before connection to host is lost

2020-09-10 Thread Pankaj Basnal
Hi, I'm new to ansible and I'm facing an issue with executing our playbook. Setup- * For 10 hosts on azure * all hosts are identical and newly created * ansible.cfg- [defaults] host_key_checking = False * portion of playbook that is installing packages - name: Set Initscripts to

[ansible-project] Nominating blockers to 2.10.0 [Was Re: Ansible 2.10.0 beta 1]

2020-09-10 Thread Toshio Kuratomi
Howdy folks! We're entering the final weeks of the Ansible 2.10.0 release cycle and I wanted to let anyone testing the Ansible betas and release candidate on how to nominate a bug as a release blocker. * If you find something major enough to block the Ansible release, please add a comment on the

[ansible-project] Branching/conditional statements to install different editions and versions of MS SQL Server

2020-09-10 Thread Rahul puli
Hello, I have created a role to install MSSQL for different versions (2014,2016,2017,2019) and its working fine for all the versions. For installing MS SQL 2014 developer version I need to comment the others developer versions in main.yml file and need to change the product ID

Re: [ansible-project] Ansible Google Pubsub

2020-09-10 Thread Yantram Cloud
Yes, i think it seems to be very old, ansible 2.9.12 Name: google-cloud-pubsub Version: 1.7.0 Name: google-auth Version: 1.21.1 On Thursday, September 10, 2020 at 6:56:08 PM UTC+5:30 dick@geant.org wrote: > I meant: > > 1. what version of ansible are you using (ansible --version) > 2.

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Josephsimon Arokiaraj
Hi James, I have seen this role. This is based on the CIS baseline 2.2.0. I will try to use this .. Cheers, Joseph On Thu, Sep 10, 2020 at 2:34 PM James Cassell wrote: > The galaxy releases are lagging behind, but this probably is what you > want:

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread James Cassell
The galaxy releases are lagging behind, but this probably is what you want: https://github.com/ansible-lockdown/RHEL7-CIS V/r, James Cassell On Thu, Sep 10, 2020, at 4:26 AM, Josephsimon Arokiaraj wrote: > Hi All, > > How you doing? > > Do we have any playbooks/roles for doing audit and

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Josephsimon Arokiaraj
Thanks a lot Kiran/Abhijeet and Philippe for your updates. I will look into it. Cheers, Joseph On Thu, Sep 10, 2020 at 11:17 AM Philippe Eveque wrote: > https://github.com/openstack/ansible-hardening > > > Le jeu. 10 sept. 2020 à 11:31, Kiran Kumar a écrit : > >> I would suggest -

Re: [ansible-project] Ansible Google Pubsub

2020-09-10 Thread Dick Visser
I meant: 1. what version of ansible are you using (ansible --version) 2. what versions of google-auth and google-cloud-pubsub are you using (pip list) The docs link you send is about ansible 2.3 which is ancient by now - not sure if you intended this though. On Thu, 10 Sep 2020 at 10:59,

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Philippe Eveque
https://github.com/openstack/ansible-hardening Le jeu. 10 sept. 2020 à 11:31, Kiran Kumar a écrit : > I would suggest - https://galaxy.ansible.com/MindPointGroup/RHEL7-CIS/ > > On Thu, Sep 10, 2020 at 1:26 AM Josephsimon Arokiaraj > wrote: > >> Hi All, >> >> How you doing? >> >> Do we have

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Kiran Kumar
I would suggest - https://galaxy.ansible.com/MindPointGroup/RHEL7-CIS/ On Thu, Sep 10, 2020 at 1:26 AM Josephsimon Arokiaraj wrote: > Hi All, > > How you doing? > > Do we have any playbooks/roles for doing audit and remediation on CIS > benchmarks for Rhel 7? > > Cheers, > Joseph > > -- > You

Re: [ansible-project] Ansible Google Pubsub

2020-09-10 Thread Yantram Cloud
We are writing a playbook with ansible gcp_pubsub follwoing this. https://docs.ansible.com/ansible/2.3/gcpubsub_module.html#requirements-on-host-that-executes-module It errors out even in creating topic. "gcp_pubsub.yml" - name: create a topic [ gcpubsub ] gcpubsub: topic: "{{

Re: [ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Abhijeet Kasurde
I have not tried this but you can check - https://github.com/ansible/ansible-lockdown On Thu, Sep 10, 2020 at 1:56 PM Josephsimon Arokiaraj wrote: > Hi All, > > How you doing? > > Do we have any playbooks/roles for doing audit and remediation on CIS > benchmarks for Rhel 7? > > Cheers, >

[ansible-project] CIS Bencjmarks - Rhel 7

2020-09-10 Thread Josephsimon Arokiaraj
Hi All, How you doing? Do we have any playbooks/roles for doing audit and remediation on CIS benchmarks for Rhel 7? Cheers, Joseph -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails

[ansible-project] How to get UNREACHABLE hosts in ansible-playbook

2020-09-10 Thread Mohtashim S
Below is my playbook - name: Play 1.5 - Check each target hosts: all_hosts ignore_unreachable: yes ignore_errors: yes gather_facts: true tasks: - raw: "echo {{ inventory_hostname }} is UNREACHABLE" delegate_to: localhost when: I need help with the when condition in the

Re: [ansible-project] Ansible Google Pubsub

2020-09-10 Thread Dick Visser
ansible --version What does the entire playbook look like? On Thu, 10 Sep 2020 at 05:55, Yantram Cloud wrote: > I am trying to create a subscription for google pubsub through ansible > playbook. > this is my task. > - name: create a subscription > > gcpubsub: > topic: test-topic1 >