Commit 2a482e9e by Max Rothman

Merge pull request #2255 from edx/max/rename-toolsgp

Rename playbook for ad-hoc reporting box management
parents 6aa02bf8 6e09579d
# Creating a new ad hoc reporting box:
# ansible-playbook -i 'reporting.example.com,' ./ad_hoc_reporting.yml -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml
# ansible-playbook -i 'reporting.example.com,' ./tools-gp.yml -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml
# Updating the users on an existing box:
# ansible-playbook -i 'reporting.example.com,' ./ad_hoc_reporting.yml --tags users -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml
# ansible-playbook -i 'reporting.example.com,' ./tools-gp.yml --tags users -e@/var/path/users.yml -e@/vars/path/environnment-deployment.yml
- name: Deploy Ad Hoc Reporting Scripts
hosts: all
sudo: True
......
......@@ -18,8 +18,6 @@
# users created on the box which is
# COMMON_USER_INFO + AD_HOC_REPORTING_USER_INFO
AD_HOC_REPORTING_USERS: []
# These users are created on the ad_hoc_reporting environment
AD_HOC_REPORTING_USER_INFO: []
#
......
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