ansible / lightbulb

Lightbulb has been deprecated and replaced by Ansible Workshops
https://ansible.github.io/workshops/
MIT License
479 stars 307 forks source link

Drop wsgi from nginx-basic-playbook example #287

Closed webknjaz closed 6 years ago

webknjaz commented 6 years ago

This example shows how to set up a web-server serving static, it does nothing with WSGI (except for installing uwsgi, which doesn't make sense)

Ref: https://github.com/ansible/lightbulb/blame/master/examples/nginx-basic-playbook/site.yml#L3

tima commented 6 years ago

True, but it was there to show a loop and for future use in content we've not gotten around to developing. That example is the solution to one of the hands-on workshops also.