[ansible-project] servicenow incident update and close using ansible

2022-02-22 Thread Akshay Jadhav
Hi Guys, Does anyone has any sample playbook for snow incident update and close(end to end automation for device reboot incident).As I am new to API part can someone please suggest how to fetch new incident from snow dashboard for "Node reboot alert" as a short description for incident. Thanks i

Re: [ansible-project] servicenow incident update and close using ansible

2022-02-22 Thread Abhijeet Kasurde
Hi Akshay, Please go through this video https://www.youtube.com/watch?v=T8CtycTluos Thanks, Abhijeet On Tue, Feb 22, 2022 at 4:52 PM Akshay Jadhav wrote: > Hi Guys, > Does anyone has any sample playbook for snow incident update and close(end > to end automation for device reboot incident).As I

Re: [ansible-project] servicenow incident update and close using ansible

2022-02-22 Thread Roberto Paz
My two cents: I saw approaches about this in the past. Most of them used SNOW API. You just have to build a proper JSON payload to interact with SNOW. El martes, 22 de febrero de 2022 a la(s) 09:24:26 UTC-3, Abhijeet Kasurde escribió: > Hi Akshay, > > Please go through this video https://www.y

Re: [ansible-project] servicenow incident update and close using ansible

2022-02-22 Thread Abhijeet Kasurde
Hi Roberto, Using REST API with payload is ok, but does not provide idempotency and other Ansible features (check mode, diff etc.). I would still recommend to rely on servicenow.itsm collection. On Tue, Feb 22, 2022 at 6:11 PM Roberto Paz wrote: > My two cents: I saw approaches about this in t

[ansible-project] Galaxy having issue ?

2022-02-22 Thread Mark
Hello, do you know if there is any issue with galaxy ? Im having troubles to download collections via API. Web interface is pretty slow and some modules pages showing 404. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from

Re: [ansible-project] Galaxy having issue ?

2022-02-22 Thread Matt Martz
Yes, there are some ongoing performance issue with galaxy.ansible.com. Cause and time to resolution are unknown right now. On Tue, Feb 22, 2022 at 8:56 AM Mark wrote: > Hello, do you know if there is any issue with galaxy ? > Im having troubles to download collections via API. Web interface is >

[ansible-project] Ansible 5.4.0 has been released

2022-02-22 Thread David Moreau Simard
Hi all, We're happy to announce that the Ansible 5.4.0 package has been released ! Ansible 5.4.0 includes ansible-core 2.12 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. This is a major version update from Ansible 4.x which included ansible-core

[ansible-project] ansible installation thoughts

2022-02-22 Thread Dick Visser
Hi I'm setting out to upgrade ansible in some places here. We exclusively use ansible in dedicated venvs, using python3.9. Most of the installs are 3.4.0. Looking back over the last years I had the impression that doing 'pip install ansible' was increasingly slower. This makes sense as there is in

Re: [ansible-project] ansible installation thoughts

2022-02-22 Thread Matt Martz
This repo contains the versions of collections corresponding to the "ansible" package versions: https://github.com/ansible-community/ansible-build-data On Tue, Feb 22, 2022 at 2:46 PM Dick Visser wrote: > Hi > > I'm setting out to upgrade ansible in some places here. > We exclusively use ansibl

[ansible-project] Re: Ansible run fails without any error

2022-02-22 Thread Robin Kluth
The command executes a few tar commands - is it possible, that ansible captures not only the .php exit code for deciding if it failed or not? Robin Kluth schrieb am Donnerstag, 17. Februar 2022 um 19:00:54 UTC+1: > Hi, > > I have AWX 20.0.0 set up (occurs with 19 as well). > > Ansible: ansible-p