diff options
| author | Luke Hoersten <[email protected]> | 2018-08-20 10:22:45 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-08-20 10:22:45 -0500 |
| commit | 90136b7be49f974d624dac4ee638d6176bf0d80b (patch) | |
| tree | c8322b10ffbc0fe450493ac6969c4b001c5b40bc /main.yaml | |
| parent | 608c3aa2dd6a35d8fe434d60822314cc23bd4314 (diff) | |
Added nginx reverse proxy to pleroma.
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 |
