main.yaml
author Luke Hoersten <luke@hoersten.org>
Thu, 27 Dec 2018 23:53:13 -0500
changeset 63 56531bbfd074
parent 61 2dd82d9e2103
child 67 bd34ae082697
permissions -rw-r--r--
Updated for latest pleroma version.

---

- 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