Recent Posts

Semi-random data with Ansible

4 minute read

You may come across the need for randomized data that is also predictable- whether picking randomized ports, UUIDs, etc. Ansible has a few tricks available t...

Rundeck Integration with Ansible

9 minute read

Thanks to some integration plugins, Rundeck can serve as a competent GUI dashboard for running Ansible playbooks- but there are some quirks and caveats that ...

Ansible job reports with Jinja + HTML

5 minute read

TLDR: If you need an Ansible playbook to generate a clean-looking HTML report of the tasks it performed, check out this template for some ideas.