template

The run_once statement in Ansible

Introduction Ansible is a powerful automation tool that makes managing IT infrastructure easier.

Continue reading

Write a Variable to a File - Ansible module copy vs template

How to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.

Continue reading

Deploy Squid Proxy on RedHat Systems with Ansible

How to deploy a proxy server squid on RedHat-like systems with Ansible?

Continue reading

Efficient Web Server Setup Using Ansible Playbook

How to deploy a webserver apache httpd on RedHat-like systems with Ansible?

Continue reading

Concatenate Multiple Files in Order with Ansible Template

How to use Concatenate multiple files in a specific order using Ansible?

Continue reading

Loop in file template - Ansible module template - Generate hosts file

How to use a loop in a file template to the target host with Ansible?

Continue reading

Apply a file template - Ansible module template - HTML placeholder

How to apply a file template to the target host with Ansible?

Continue reading