main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 31 Dec 2018 15:50:19 -0600
changeset 66 652a236229c2
parent 61 2dd82d9e2103
child 67 bd34ae082697
permissions -rw-r--r--
Updated for external DB.

---

- 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