ansible-silo
ansible-silo copied to clipboard
Ansible in a self-contained environment via Docker.
Hi Last commit's a year old. Is this project maintained ? Best regards,
Python 2 is EOL January 1st, 2020. The base image should have python 3
Looking at using this as a tool internally to guarantee that all of our sysops have the same ansible env no matter what else they are running in their environment...
More a question than an issues. I'm using extensively these bundeling of Ansible on my Linux environment. But now i need to have it working on Windows with docker (and...
I've made a couple of `container cli` tools.. And I always found that 1 second container-boot-time to be very annoying. I have "fixed" this on my own projects by having...
Hi, when running the installation commands you provide, I get the following error message: docker run --interactive --tty --rm --volume "/usr/local/bin:/silo_install_path" grpn/ansible-silo:2.1.0 --install Installing from ansible-silo 2.1.0: - ansible will...
Hi, I need to use **synchronize** module but the rsync program is not installed in the container. Could you tell me the procedure to install it? I'm trying ``` $...
This is an update to both `ansible-silo-base` and `ansible-silo`. I was having really weird issues getting the `--bundle` to work with certain python libraries as were described in issues #53...
Silo forwards the SSH socket into the container. Docker for Mac does currently not support mounting sockets into a container. Therefore the users ssh key (which gets mounted) is used....
Hello, We are moving / removing projects from https://docs.ansible.com/ansible/devel/community/other_tools_and_programs.html to the [Awesome Ansible List](https://github.com/ansible-community/awesome-ansible). I see the last commit here was many years ago. If your tool is still supported...