From 90136b7be49f974d624dac4ee638d6176bf0d80b Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 20 Aug 2018 10:22:45 -0500 Subject: Added nginx reverse proxy to pleroma. --- vagrant.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vagrant.yaml (limited to 'vagrant.yaml') 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 -- cgit v1.2.3