Code

Revolutionising Ansible: Testing the Limits of OpenAI’s ChatGPT for Smarter Automation

OpenAI ChatGPT ChatGPT is a revolutionary artificial intelligence in that we can interact in a conversational way.

Continue reading

Run Immediately an Ansible Handler - Ansible Playbook

When do Ansible Handlers run? By default, handlers run after all the tasks in a particular play have been completed.

Continue reading

Two Ways to Run Multiple Ansible Handlers - Ansible Playbook

Two ways to run multiple Ansible handlers How to execute two Ansible handlers on a changed status of Ansible Playbook.

Continue reading

How to install ansible-lint in macOS

What is the ansible-lint tool? ansible-lint checks playbooks for practices and behavior that could potentially be improved.

Continue reading

Ansible troubleshooting - VMware certificate verify failed connecting to vCenter or ESXi

Ansible troubleshooting - VMware certificate verify failed connecting to vCenter or ESXi Today we’re going to talk about Ansible troubleshooting, specifically about the “Unable to connect to vCenter or ESXi API [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.

Continue reading

Ansible troubleshooting - VMware Unknown error while connecting to vCenter or ESXi

Ansible troubleshooting - VMware Unknown error while connecting to vCenter or ESXi Today we’re going to talk about Ansible troubleshooting, specifically about the “Unknown error while connecting to vCenter or ESXi API, [Errno -2] Name or service not known” message and enable Ansible For VMware.

Continue reading

Download and Use Ansible Galaxy Collection - ansible-galaxy and requirements.yml

How to Download and Use Ansible Galaxy Collection with ansible-galaxy and requirements.

Continue reading

Break Strings Across Lines in YAML and Ansible

How to Break a string over multiple lines with Ansible? And in general with YAML language.

Continue reading

Download and Use Ansible Galaxy Role - ansible-galaxy and requirements.yml

How to Download and Use Ansible Galaxy Role with ansible-galaxy and requirements.

Continue reading