Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 599 Bytes

Installation_Ansible_on_Debian.md

File metadata and controls

18 lines (15 loc) · 599 Bytes

Installation of Ansible on Debian

Debian users may leverage the same source as the Ubuntu PPA.

Add the following line to /etc/apt/sources.list`:

deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main

Set apt keys

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
$ sudo apt update
$ sudo apt install ansible

Install On Other Platforms