1 ---
2
3 - name: setup python2
4 hosts: all
5 gather_facts: no
6 tasks:
7 - name: install python2
8 become: yes
9 raw: "apt-get install python -y"
10
11 - hosts: all
12 roles:
13 - nginx
14 - pleroma