0x63 blog
  • Home

ansible

A collection of 3 posts
Synchronize directories with Ansible
ansible

Synchronize directories with Ansible

Using Ansible synchronize module can be problematic, if sudo with a password is used on the target host.
26 Oct 2018 3 min read
Ansible set theory filters in practice
ansible

Ansible set theory filters in practice

Ansible has some really useful filters for various types of objects. A few of those are for sets of something. Recently, I had to use them in practice. In this situation there was a set of system users in users group. Some users needed to be present and their shell
09 May 2017 2 min read
Version numbers in Ansible code
ansible

Version numbers in Ansible code

There are two useful Jinja filters that could help dealing with version numbers in Ansible code. One is version_compare, which allows to compare version numbers. The other is regex_replace, which can be used to get a major.minor version number from a longer version number. Version comparison It
17 Oct 2016 2 min read
Page 1 of 1
0x63 blog © 2025
Powered by Ghost