code

Ansible for Kubernetes by Example book by Apress

Buy on Amazon Buy on Apress What You’ll Learn How to automate Kubernetes pods, services, and storage with Ansible Learn to automate Kubernetes cluster management with Ansible How to automate Kubernetes cloud services such as Amazon Elastic Kubernetes Service (EKS), Google Kubernetes Engine (GKE), and Azure Kubernetes Service (AKS) with Ansible Understand Ansible troubleshooting About this book Learn how to automate your Kubernetes infrastructure using Ansible.

Continue reading

Automate CLI Interactions in Ansible with the expect Module

Introduction As an automation expert, you may have encountered situations where you need to interact with command-line interfaces that require user input.

Continue reading

Protecting Sensitive Information with the no_log Statement in Ansible

As an automation expert, you are likely familiar with the benefits of using Ansible as a configuration management tool.

Continue reading

Install and Configure Ansible Extension for VSCode

As an Ansible automation expert, I often use Visual Studio Code (VSCode) as my integrated development environment (IDE) for writing Ansible playbooks and roles.

Continue reading

Install and Configure Molecule for Efficient Ansible Role and Collection Testing

As an Ansible automation expert, I often rely on the Molecule testing framework to test my Ansible roles and playbooks.

Continue reading

Top Tools for Writing and Testing Ansible Content Efficiently

As an Ansible automation expert, I know how important it is to have efficient tools to make writing and testing Ansible content easier.

Continue reading

Mastering Regex in Ansible: Search, Extract, and Replace

Regular Expression A regular expression (regex) is a character pattern describing a set of strings.

Continue reading

Bard-ing with Ansible: Streamlining Testing for Google's AI Writing Tool

Google Bard Google Bard is the newest Chat-style Artificial Intelligence created by Google based on the Google Language Model for Dialogue Applications (or LaMDA for short).

Continue reading

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