# Ansible as installer ## Requirements Ansible must be installed ;-) Recommend: install ansible via pip > pip3 install ansible if pip noch installed see: ### Debian // Ubuntu > apt install -y python3-pip ## RHEL // CentOS // Rocky > yum install -y python3-pip