src.nth.io/

summaryrefslogtreecommitdiff
path: root/vagrant.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-08-16 20:25:56 -0500
committerLuke Hoersten <[email protected]>2018-08-16 20:25:56 -0500
commit608c3aa2dd6a35d8fe434d60822314cc23bd4314 (patch)
tree3c3656929b8d26c42eb901f7274e24c033fed99c /vagrant.yaml
Initial commit.
Diffstat (limited to 'vagrant.yaml')
-rw-r--r--vagrant.yaml13
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