src.nth.io/

summaryrefslogtreecommitdiff
path: root/main.yaml
blob: 64b514ba1b66a1ef4fde87740f28385c37250a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---

- 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