src.nth.io/

summaryrefslogtreecommitdiff
path: root/vagrant.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-08-20 10:22:45 -0500
committerLuke Hoersten <[email protected]>2018-08-20 10:22:45 -0500
commit90136b7be49f974d624dac4ee638d6176bf0d80b (patch)
treec8322b10ffbc0fe450493ac6969c4b001c5b40bc /vagrant.yaml
parent608c3aa2dd6a35d8fe434d60822314cc23bd4314 (diff)
Added nginx reverse proxy to pleroma.
Diffstat (limited to 'vagrant.yaml')
-rw-r--r--vagrant.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/vagrant.yaml b/vagrant.yaml
deleted file mode 100644
index c9535f2..0000000
--- a/vagrant.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-
-- name: setup python2
- hosts: all
- gather_facts: no
- tasks:
- - name: install python2
- become: yes
- raw: "apt-get install python -y"
-
-- hosts: all
- roles:
- - pleroma