Commit 3b55042f by Sef Kloninger

add notifier to util1.prod

parent c139030d
...@@ -67,22 +67,20 @@ ...@@ -67,22 +67,20 @@
- role: certs - role: certs
tags: certs tags: certs
#
# 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_util1_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" - "roles/common/defaults/main.yml"
# - "{{ secure_dir }}/vars/notifier_prod_vars.yml" - "roles/supervisor/defaults/main.yml"
# roles: - "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
# - role: virtualenv - "{{ secure_dir }}/vars/notifier_prod_vars.yml"
# virtualenv_user: "notifier" roles:
# virtualenv_user_home: "/opt/wwc/notifier" - role: virtualenv
# virtualenv_name: "notifier" virtualenv_user: "notifier"
# - notifier virtualenv_user_home: "/opt/wwc/notifier"
virtualenv_name: "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