8 lines
145 B
YAML
8 lines
145 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
sudo: yes
|
||
|
tasks:
|
||
|
|
||
|
# TODO Step 1 - PIP install uwsgi into virtualenv
|
||
|
# TODO Step 2 - Start uwsgi with the given configs.
|