docker-ubuntu1804-ansible
docker-ubuntu1804-ansible copied to clipboard
Ubuntu 18.04 LTS (Bionic) Docker container for Ansible playbook and role testing.
Ahoi. When building the image, I see the following error fly by during the installation of the systemd package `ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy`...
Another change that I wanted to check if you'd consider merging. Adds a non-root sudoer called `ansible` and ensures that `sudo` does not require a password to match how these...
Hi, I'm using this image for a while for my ansible roles and now I have issue which I didn't get before. I get error: ``` fatal: [Ubuntu-18.04]: FAILED! =>...
When trying to test a role that adds a GPG key to APT I get the following error: ``` fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/bin/apt-key --keyring /etc/apt/trusted.gpg.d/percona.gpg adv...
I wanted to make sure you could say yes to #12 so I rebased it on your master and consolidated the systemd clean up lines.
**Observation:** I was testing with Molecule on an *Ubuntu 18.04 host* and each time I created privileged containers using your Debian based images that support Systemd, it logged me out...
I'm trying to test out an ansible role using your docker image on Travis, however it's unable to enable UFW for the next few steps of the role. `TASK [zoeycluff.betterpress...
You could reduce the image size by removing *.pyc + wheels from the image. E.g. something like this: ``` Dockerfile # Install ansible + dependencies. RUN apt-get update \ &&...
I would like to request the addition of the `sshpass` package to the Ansible image. The `sshpass` package is commonly used in Ansible playbooks to provide password-based authentication for SSH...
I'm getting this with my molecule tests now: ``` ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py SyntaxError: future feature annotations is not defined ``` Looks to be the Python shipping with bionic / included in the...