- Add ubuntu package repository from where ansible will be installed (don't worry, it is official way of installing ansible on debian)
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" >> /etc/apt/sources.list - Install ansible
apt-get update
apt-get install ansible - Verify installation
ansible --version
Brak komentarzy:
Prześlij komentarz