Installation
For installation instructions see:
warning
Windows is not supported as a control node (host which can orchestrate a play).
Managed Node Requirements
- SSH for communication (sftp by default)
- Python 2.6 or higher OR Python 3.5 or higher
Ubuntu Installation
On Ubuntu the following commands will install Ansible:
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible