Commit c568c37a by e0d

improved doc

parent 4ec3ae1d
...@@ -14,14 +14,27 @@ ...@@ -14,14 +14,27 @@
# #
# Overview: # Overview:
# #
# Installs the edX analytics-server Django application which provides
# basic analytics to the LMS instructor dashboard via service calls.
# #
# Dependencies: # Dependencies:
# #
# Depends upon the automated role
# #
# Example play: # Example play:
# #
# - name: Configure analytics instance(s)
# hosts: analytics-servers
# sudo: True
# vars_files:
# - "{{ secure_dir }}/vars/common/common.yml"
# - "{{ secure_dir }}/vars/stage/analytics-server.yml"
# - "{{ secure_dir }}/vars/users.yml"
# gather_facts: True
# roles:
# - common
# - analytics-server
# #
- name: analytics-server | install system packages - name: analytics-server | install system packages
apt: pkg={{','.join(as_debian_pkgs)}} state=present apt: pkg={{','.join(as_debian_pkgs)}} state=present
tags: tags:
......
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