Recent posts

Ansible Variables Precedence Gotcha

1 minute read

I recently got tripped by Ansible variables precedence. We are familiar with the precedence concept. Sometime in a complex playbooks, it help to remember ho...

Sudo Samples

3 minute read

Sudoer samples Sources http://www.courtesan.com/sudo/sample.sudoers https://www.sudo.ws/readme.html

Find VM with the same name

less than 1 minute read

Find VM with the same name We want to make sure the VM only exists in the folder we want or not exists at all.

Create user with shared home

less than 1 minute read

Create user with shared home When /home is on a NFS mount, most likely the user home directory is already created from other hosts. Use following steps to a...