Project

General

Profile

Ansible Setup » History » Revision 3

Revision 2 (Jon Goldberg, 02/28/2018 09:06 PM) → Revision 3/30 (Jon Goldberg, 03/02/2018 04:59 PM)

# Ansible Setup 

 Megaphone Ansible scripts assume Ansible 2.4+.    If you're using Debian 9, install Ansible from backports. 

 ```bash 
 sudo apt install ansible pass expect 
 sudo pip2 install python-linode #Needed for generating Linode VMs on the fly 
 # Debian 9: 
 sudo apt install -t stretch-backports ansible pass 
 ```