src.nth.io/

summaryrefslogtreecommitdiff
path: root/vagrant.yaml
blob: c9535f2593c4f1a7d5104b0cc341366cd8bcd66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

- name: setup python2
  hosts: all
  gather_facts: no
  tasks:
    - name: install python2
      become: yes
      raw: "apt-get install python -y"

- hosts: all
  roles:
    - pleroma