diff options
Diffstat (limited to 'main.yaml')
| -rw-r--r-- | main.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main.yaml b/main.yaml new file mode 100644 index 0000000..64b514b --- /dev/null +++ b/main.yaml @@ -0,0 +1,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 |
