playbook

Filter A List By Its Attributes - Ansible selectattr filter

How to Filter A List By Its Attributes in an Ansible Playbook?

Continue reading

How to Run Only One Task in Ansible Playbook? - Ansible tags statement

How to run only one task in an Ansible Playbook? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Three options to Safely Limit Ansible Playbooks Execution to a Single Machine

Three options to Safely Limit Ansible Playbooks Execution to a Single Machine.

Continue reading

Configuring Windows Hosts for Ansible: Step-by-Step Guide

How to configure a Windows Host for Ansible? I’ll show you step by step on a freshly installed machine how to configure a “basic” authentication, use a Local Accounts for authentication and successfully execute a simple “win_ping” Ansible Playbook.

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