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