ansible
Manage groups of computers remotely over SSH. (use the /etc/ansible/hosts file to add new groups/hosts). Some subcommands such as ansible galaxy have their own usage documentation. More information: <https://www.ansible.com/>.
RUN apt-get update && \
apt-get install -y ansible
RUN apt-get update && \
apt-get install -y ansible
RUN apk add ansible
RUN pacman -S --noconfirm ansible
RUN apt-get update && \
apt-get install -y ansible
RUN yum install -y ansible
RUN dnf install -y ansible
RUN apt-get update && \
apt-get install -y ansible