main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 20 Aug 2018 10:22:45 -0500
changeset 61 2dd82d9e2103
parent 60 vagrant.yaml@48a3a65119d5
child 67 bd34ae082697
permissions -rw-r--r--
Added nginx reverse proxy to pleroma.

---

- name: setup python2
  hosts: all
  gather_facts: no
  tasks:
    - name: install python2
      become: yes
      raw: "apt-get install python -y"

- hosts: all
  roles:
    - nginx
    - pleroma