From 608c3aa2dd6a35d8fe434d60822314cc23bd4314 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 16 Aug 2018 20:25:56 -0500 Subject: Initial commit. --- vagrant.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vagrant.yaml (limited to 'vagrant.yaml') 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 -- cgit v1.2.3