Is possible sync the inventory of Ansible tower (AWX) running in containers with Zabbix inventory? Any code or playbook to make this appreciate a lot!
I would like to add new value in nested dictionary and old value should be delete. Here is my parse.json file. { "class": "Service_HTTPS", "layer4": "tc
I have multiple play books, I have to run create_silence.yml at the starting of the execution and delete_silence.yml at the last, which I'm able to do. But afte
I faced problems when I don't know how to pass many variables in with_items: I have these vars: - vars: paths: - /tmp/tecom/python3/ - /tmp/teco
Im trying to use a ruby installed via RBENV. I have confirmed that RBENV works as desired and produces the correct ruby version which can be called via the ter
Before apt-key was deprecated, I was using Ansible playbooks to add and update keys in my servers. At the moment, apt-key no longer updates the keys. In few sea
I have a win_shell task in Ansible to stop certain processes: - name: Stop Citrix applications win_shell: (Get-WmiObject Win32_Process | where-Object commandlin
I have a situation where the approval logic in Ansible Tower workflow template is working fine, Slack notifications are also working fine, but, I want to send a
I'm unable to create a mail profile in my remote windows machine which has Outlook 2016. I havw to create it using ansible. I tried this: - name: Manage windows
Scenario: two linux servers; First is ansible controller node - srvControler. Second server is remote target - srvTarget. On ansible controller node (srvControl
I want to download and install Java in one our VMs using Ansible. I tried with yum and that was successful but, as part of requirement I was asked to do it anot
I have a common playbook (task) but in my last task I want to do an action on a group of hosts and when it is finished, do the same action on another group (for
>>> main.yaml --- - hosts: localhost connection: local gather_facts: false vars_files: - child.yml tasks: - debug: var: user
I am brand new to Ansible Playbooks and I have checked a bunch of different documentation without success. So here is what I want to do. My company wants me to
I am working to try to start using Ansible to manage Arista and Cisco gear in a large network. I have a Linux VM I use for testing and the goal is to use the co
How can I merge 2 json arrays based on the same keys and add a 3rd item from the input json pog_id in the output json file? I have tried with the code mentioned
I am trying to figure out if there is a way to automate VMware snapshot deletion through Ansible. I have found vmware_guest_powerstate.py"to be closest to it an
I have one playbook and in this playbook, there are so many tasks. I need to know which task has taken how much time? Is there any solution?
I am trying to set up MySQL reasonably secured, on Ubuntu 22.04, using Ansible. This is my playbook (from a post by Lorin Hochstein) See Ansible idempotent MySQ
I wish to create several droplets (DigitalOcean) in a loop and then run Ansible afterwards on the droplets to setup the required software and security measures.