Re: [ansible-project] MODULE FAILURE when adding become: true to a task

2023-04-04 Thread Dick Visser
> Set up a clean SLES12SP4 server from scratch and see if that works. What was the result of this test? -- Sent from Gmail Mobile -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails fr

[ansible-project] MODULE FAILURE when adding "become: true" to a task

2023-04-04 Thread Shubham Shrivastav
Hi team, I'm trying to install an rpm package to OpenSUSE OS config: NAME="SLES" VERSION="12-SP4" VERSION_ID="12.4" PRETTY_NAME="SUSE Linux Enterprise Server 12 SP4" ID="sles" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:suse:sles:12:sp4" I'm able to copy it successfully: - name: Copy promtail rpm file to

[ansible-project] Error :- Create Filesystem in default (system) access zone, without Quota

2023-04-04 Thread javed khan Siddque
Hi Team, - name: Create Filesystem in default (system) access zone, without Quota dellemc.powerscale.filesystem: onefs_host: "{{ isilon_ip_address_p }}" port_no: "8080" verify_ssl: false api_user: "{{ isilon_api_user }}" api_password: "{{ isilon_api_password }}" path: "/

Re: [ansible-project] JOB | DevOps Automation Evangelist/Presenter (London/Singapore)

2023-04-04 Thread Antony Stone
On Tuesday 04 April 2023 at 14:41:52, 'Rowe, Walter P. (Fed)' via Ansible Project wrote: > Does the rules of this group permit job recruiting? Seems like a perfectly reasonable question to ask the community, to me. Antony. > On Apr 4, 2023, at 5:45 AM, James Tobin wrote: > > Hello, I'm workin

Re: [ansible-project] JOB | DevOps Automation Evangelist/Presenter (London/Singapore)

2023-04-04 Thread 'Rowe, Walter P. (Fed)' via Ansible Project
Does the rules of this group permit job recruiting? Walter -- Walter Rowe, Division Chief Infrastructure Services, OISM Mobile: 202.355.4123 On Apr 4, 2023, at 5:45 AM, James Tobin wrote: Hello, I'm working with an employer that is looking to hire someone to be the voice of their on-prem global

Fwd: Re: [ansible-project] Need to automate task via bastion host

2023-04-04 Thread dulhaver via Ansible Project
what I would try is 1. create an ~/.ssh/conf file as per the example I sent 2. use Ansible as if there was no jumphost involved at all -- Original Message -- From: Monica To: Gunnar Wagner Date: 04/03/2023 6:11 PM CEST Subject: Re: [ansible-project] Need to automate task v

[ansible-project] JOB | DevOps Automation Evangelist/Presenter (London/Singapore)

2023-04-04 Thread James Tobin
Hello, I'm working with an employer that is looking to hire someone to be the voice of their on-prem global devops team. You should be articulate and confident in all things ansible and automation; capable of taking center stage in meetings, presentations and tech conferences. The position will b

[ansible-project] Export project, template list with last run date, time

2023-04-04 Thread Gokul
Hi, Please let me know how to export project, template list with last run date and time in AWX. >From the GUI, I am able to see the project last run date but I am unable to export it. The following command lists the project but does not have the date, time of last run. tower-cli project list