Commit 0d7562d3 by Edward Zarecor

Merge pull request #1764 from edx/e0d/remove-in-production

is this still used?
parents 038a2997 0bcf26e8
# requires:
# - group_vars/all
# - common/tasks/main.yml
# - nginx/tasks/main.yml
# - lms/tasks/main.yml
# - ruby/tasks/main.yml
# - npm/tasks/main.yml
---
- name: Make sure edxapp is running
service: name=edxapp state=started
tags:
- production
- update
- name: Disable HTTP Basic Auth on site
file: path=/etc/nginx/sites-enabled/basic-auth state=absent
notify: restart nginx
tags:
- production
- update
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment