ansible-playbook

Execute tasks defined in playbook on remote machines over SSH. More information: <https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.

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-playbook on any operating system with command-not-found.com