Ansible Setup » History » Version 1
Jon Goldberg, 02/28/2018 09:05 PM
| 1 | 1 | Jon Goldberg | # Ansible Setup |
|---|---|---|---|
| 2 | |||
| 3 | Megaphone Ansible scripts assume Ansible 2.4+. If you're using Debian Stretch, install Ansible from backports. |
||
| 4 | ```bash |
||
| 5 | sudo apt install ansible pass |
||
| 6 | sudo pip2 install python-linode #Needed for generating Linode VMs on the fly |
||
| 7 | # Debian 9: |
||
| 8 | sudo apt install -t stretch-backports ansible pass |
||
| 9 | `` |