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/>.

Debian Debian
RUN apt-get update && \ apt-get install -y ansible
Ubuntu
RUN apt-get update && \ apt-get install -y ansible
Alpine
RUN apk add ansible
Arch Arch Linux
RUN pacman -S --noconfirm ansible
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ansible
CentOS
RUN yum install -y ansible
Fedora
RUN dnf install -y ansible
Raspbian
RUN apt-get update && \ apt-get install -y ansible
click the source code to copy install ansible on any operating system with command-not-found.com