More of a discussion:
Ansible requires python2 on the guest - Fedora 24+ and Ubuntu16.04 cloud images don't have it. Which makes "out of the box" provisioning with Ansible a bit problematic. One can work around it by using the 'raw' module and installing python2 before running the playbooks.
More of a discussion: Ansible requires python2 on the guest - Fedora 24+ and Ubuntu16.04 cloud images don't have it. Which makes "out of the box" provisioning with Ansible a bit problematic. One can work around it by using the 'raw' module and installing python2 before running the playbooks.
Maybe we want to bundle it in the base images?