Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
2a482e9e
Commit
2a482e9e
authored
Aug 31, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2255 from edx/max/rename-toolsgp
Rename playbook for ad-hoc reporting box management
parents
6aa02bf8
6e09579d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
playbooks/edx-east/tools-gp.yml
+2
-2
playbooks/roles/ad_hoc_reporting/defaults/main.yml
+0
-2
No files found.
playbooks/edx-east/
ad_hoc_reporting
.yml
→
playbooks/edx-east/
tools-gp
.yml
View file @
2a482e9e
# 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
...
...
playbooks/roles/ad_hoc_reporting/defaults/main.yml
View file @
2a482e9e
...
...
@@ -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
:
[]
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment