Project

General

Profile

Actions

Ansible Setup » History » Revision 1

Revision 1/30 | Next »
Jon Goldberg, 02/28/2018 09:05 PM


Ansible Setup

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

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

Updated by Jon Goldberg about 6 years ago · 1 revisions