Category: orchestrating automatons

  • Ansible – dump your vars

    This blog contains some handy var dumping tips. For example, to dump the setup facts: # Dump facts for domain example.com ansible -i inventory_file some_host -m setup Another one is to dump all the vars for everything for some serious debugging. Save this to it’s own yml file. — – name: dump all hosts: all…