Commit 180e2289 by Joe Blaylock

Merge pull request #288 from edx/sef/edx-west-no-notifier-on-workers-yet

edx-west prod: don't install notifiers yet
parents 35e6dd8d cc60d935
...@@ -18,18 +18,22 @@ ...@@ -18,18 +18,22 @@
- common - common
- { role: 'edxapp', celery_worker: True } - { role: 'edxapp', celery_worker: True }
#
# COMMENT OUT THE NOTIFIER UNTIL IT IS READY
#
# run the notifier on the first util machine only # run the notifier on the first util machine only
- hosts: ~tag_Name_util10_prod #- hosts: ~tag_Name_util10_prod
sudo: True # sudo: True
vars: # vars:
secure_dir: '../../../configuration-secure/ansible' # secure_dir: '../../../configuration-secure/ansible'
migrate_db: "no" # migrate_db: "no"
vars_files: # vars_files:
- "{{ secure_dir }}/vars/edxapp_prod_vars.yml" # - "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
- "{{ secure_dir }}/vars/notifier_prod_vars.yml" # - "{{ secure_dir }}/vars/notifier_prod_vars.yml"
roles: # roles:
- role: virtualenv # - role: virtualenv
virtualenv_user: "notifier" # virtualenv_user: "notifier"
virtualenv_user_home: "/opt/wwc/notifier" # virtualenv_user_home: "/opt/wwc/notifier"
virtualenv_name: "notifier" # virtualenv_name: "notifier"
- notifier # - notifier
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