how to install ansible on ubuntu server?

Discussions related with hosting control panels used, which include cPanel, Plesk, Directadmin etc..

Moderator: Staff

Post Reply
chris ben
Posts: 0
Joined: Fri Sep 16, 2016 10:09 am

how to install ansible on ubuntu server?

Post by chris ben »

how to install ansible on ubuntu server?


Martin
Posts: 36
Joined: Fri Sep 16, 2016 10:34 am

Re: how to install ansible on ubuntu server?

Post by Martin »

Log into your ubuntu server via SSH and run the below command to install 'Ansible'

sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible

------------------------------
Martin N
Linux Support Engineer.
Nixtree Solutions
Managed Full Server Backups
https://www.nixtree.com/managed-backups.php
Follow us on : https://twitter.com/nixtree


If you are looking for assistance in server management, please get in touch with our support.
Post Reply