Tag: Docker CE

  • Ansible and Templated Commands

    I was working to automate some checks for the CIS Docker CE benchmark and was having trouble passing commands that resemble the following: Trying to pass that to either a shell or a command statement in ansible results in a templating error. So what’s the problem? Basically, you’re passing a command that has its own […]