Category: ansible

  • Test Automation on CentOS CI with Ansible

    I work on Gluster, which is a distributed file system. Testing a distributed file system needs a distributed setup. We run regressions by faking…

  • Quick Tip: Ansible Debugging

    Today I learned something about Ansible debugging from benno on #ansible. Occasionally, commands can get stuck, especially if it’s waiting for input. You can’t fix this until you recognize what’s going on and see the prompt. In other words, you want to see the stdout and stderr on the target machine. Here’s what you do:…