How to Install ansible in Ubuntu 18.04



Install ansible by entering the following commands in the terminal:

sudo apt update
sudo apt install ansible

Description:

Configuration management, deployment, and task execution system

Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.

Homepage: https://www.ansible.com

Version: 2.5.1+dfsg-1

Section: universe/admin