Tagged in

Ansible

James Carr
James Carr
Random observations in technology, parenthood and life
More information
Followers
57
Elsewhere
More, on Medium

A Read-Eval-Print Loop for Ansible

One must have tool for any language is the availability of a REPL to quickly check out the syntax of an API or test out an idea really quick. Ansible is no different, especially since sometimes you might have a very long running playbook and it may be difficult to wait…


Packer, Ansible and Docker Part 3: Multiple Roles

Previously we modified our setup to use a role from ansible galaxy to install and configure redis. One key thing lacking here is that one rarely needs to just use a role from ansible galaxy by itself so next up we’ll modify our playbook to…