diff options
Diffstat (limited to 'vagrant.yaml')
| -rw-r--r-- | vagrant.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vagrant.yaml b/vagrant.yaml new file mode 100644 index 0000000..c9535f2 --- /dev/null +++ b/vagrant.yaml @@ -0,0 +1,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 |
