Commit 08486dd2 by Max Rothman Committed by GitHub

Merge pull request #3394 from edx/max/docs

Update tools-gp docs
parents 8fb12737 bd1b3943
# Creating a new ad hoc reporting box: # Creating a new ad hoc reporting box:
# ansible-playbook -i 'reporting.example.com,' ./tools-gp.yml -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml # ansible-playbook -i 'reporting.example.com,' ./tools-gp.yml -e@/var/path/deployment.yml -e@/vars/path/environnment-deployment.yml -e@/vars/path/ad_hoc_reporting_replica_db_hosts.yml
# Updating the users on an existing box: # Updating the users on an existing box:
# ansible-playbook -i 'reporting.example.com,' ./tools-gp.yml --tags users -e@/var/path/users.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 - name: Deploy Ad Hoc Reporting Scripts
......
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