[ansible-project] Powerscale.FileSystem Path goes to "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", not able to fetch

2023-04-21 Thread javed khan Siddque
Hi Team, i was able to successfully create a FileSystem using module which is not exist only (eg: if nothing there it will create 1 , ) (eg: if 1 and 2 there it will create 3 , ) (eg: if 1, 2, 3 there it will create 4 , ) #creating /ifs/cluster_name/MA/DEV/FOUMAD0031301 #creating

Re: [ansible-project] Re: Failed message for async-status module

2023-04-21 Thread Neha Singh
Thanks Todd for the detailed explanation. I'll try this approach as you suggested and will let you know how it goes. Thanks again Neha On Fri, 21 Apr 2023, 5:43 pm Todd Lewis, wrote: > Interesting questions, Neha. As soon as you deviate from the default > behavior of running tasks in lock-step

Re: [ansible-project] Upgrading Ansible Tower (3.8) to Ansible Automation Platform

2023-04-21 Thread Antony Stone
On Friday 21 April 2023 at 16:14:12, Ume wrote: > Currently we have Ansible Tower 3.8 (RHEL 7) having Highly Available > PostgeSql DB. We are planning to upgrade Tower to AAP which doesn't support > PostgreSql HA. We wanted to upgrade tower without loosing existing data and > keeping postgresql HA

[ansible-project] Upgrading Ansible Tower (3.8) to Ansible Automation Platform

2023-04-21 Thread Ume
Currently we have Ansible Tower 3.8 (RHEL 7) having Highly Available PostgeSql DB. We are planning to upgrade Tower to AAP which doesn't support PostgreSql HA. We wanted to upgrade tower without loosing existing data and keeping postgresql HA? Is it possible? Or do we need break replication be

Re: [ansible-project] Re: Failed message for async-status module

2023-04-21 Thread Todd Lewis
Interesting questions, Neha. As soon as you deviate from the default behavior of running tasks in lock-step across all the play hosts, the plane of intersection between "behaviors I want" and "behaviors I get" grows incredibly fast. When you say "preserve the concurrent behavior," which behavi

[ansible-project] Re: Failed message for async-status module

2023-04-21 Thread Neha Singh
Hi Team, Any suggestion on above asked question. Note the async task sets poll=0 to allow subsequent tasks to run concurrently. However even if the async task fails immediately, ansible only fails once it's finished the subsequent tasks and checks on the async task status. Which is really annoying