Ansible 2.0: New OpenStack modules
This is the second in a loose sequence of articles looking at new features in Ansible 2.0. In the previous article I looked at the Docker connection driver. In this article, I would like to provide an overview of the new-and-much-improved suite of modules for interacting with an OpenStack …
read moreStupid Ansible Tricks: Running a role from the command line
Mon 19 October 2015
by Lars Kellogg-Stedman
Tags ansible
Bootstrapping Ansible on Fedora 23
If you've tried running Ansible against a Fedora 23 system, you may have run into the following problem:
fatal: [myserver]: FAILED! => {"changed": false, "failed": true,
"msg": "/bin/sh: /usr/bin/python: No such file or directory\r\n",
"parsed": false}
Fedora has recently made the switch to only including Python …
read more