Re: [ansible-project] Awx/Ansible with ChatGpt

2023-03-30 Thread Pabbisetty h
My use cases are around - auto remediating issues , Creating playbooks,user help.. I am new to Awx so looking for options and ideas for implementation. On Thursday, March 30, 2023 at 2:54:40 PM UTC-5 Luca 'remix_tj' Lorenzetto wrote: On Thu, Mar 30, 2023 at 8:06 PM Pabbisetty h wrote: > > He

Re: [ansible-project] Awx/Ansible with ChatGpt

2023-03-30 Thread Luca 'remix_tj' Lorenzetto
On Thu, Mar 30, 2023 at 8:06 PM Pabbisetty h wrote: > > Hello, > > Looking if anyone implemented/integrated Awx with ChatGpt? > Can you explain what you expect to do with this kind of integration? Luca -- "E' assurdo impiegare gli uomini di intelligenza eccellente per fare calcoli che potrebbe

[ansible-project] JOB | On Premises Cloud Engineer (UK)

2023-03-30 Thread James Tobin
Hello, I'm working with a firm that is looking to hire someone (contract or permanent) that has experience in automation and management of platform configuration to lead a small Linux infrastructure team. They are looking at using Kubernetes or similar for their on premises servers and processes;

[ansible-project] Awx/Ansible with ChatGpt

2023-03-30 Thread Pabbisetty h
Hello, Looking if anyone implemented/integrated Awx with ChatGpt? Thanks V -- 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+unsubscr...@googl

Re: [ansible-project] How to wait for uptime of 2 minutes and then execute next task

2023-03-30 Thread Rick Fee
should be close to this...but this is for windows...think if you put post_reboot_delay? - name: DAG Node - Rebooting server Exchange has been updated, wait for MSExchangeADTopology service to come back to running until rebooting the next server. win_reboot: reboot_timeout: 3600 post_rebo

[ansible-project] How to wait for uptime of 2 minutes and then execute next task

2023-03-30 Thread vinayak sawant
Hello Team i am doing rolling restart for servers and it is working fine but what i need to add is when first server is rebooted and its up for 2 minutes then it should go for next server for reboot So how can I take that uptime condition with shell in ansible playbook to proceed. *Kind Regards

[ansible-project] Re: Create action plugin script with two modules

2023-03-30 Thread Todd Lewis
This is one of those answers I dislike the most. Generalized, it goes: > Q. I want to do X but I don't know how. > A. Want something else. There are so many levels here it's hard to know where to start. But the first thing that pops out is that you've got "state: absent" on your first task, so y

[ansible-project] random grub password

2023-03-30 Thread Kathy L
I currently have a task that adds a grub password so if the user wants to change anything in grub they have to enter the proper user and password. The problem is that I have it working only when I generate the password by hand using grub-mkpasswd-pbkdf2 enter the password twice, which generates