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
c48e6a28
Commit
c48e6a28
authored
May 22, 2015
by
Fred Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sitespeed role
parent
682fbf54
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
0 deletions
+68
-0
playbooks/edx-east/sitespeedio.yml
+6
-0
playbooks/roles/sitespeedio/defaults/main.yml
+30
-0
playbooks/roles/sitespeedio/tasks/main.yml
+32
-0
No files found.
playbooks/edx-east/sitespeedio.yml
0 → 100644
View file @
c48e6a28
-
name
:
Deploy Sitespeed.io
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
sitespeedio
playbooks/roles/sitespeedio/defaults/main.yml
0 → 100644
View file @
c48e6a28
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
##
# Defaults for role sitespeedio
#
#
# vars are namespace with the module name.
#
sitespeedio_role_name
:
sitespeedio
#
# OS packages
#
sitespeedio_debian_pkgs
:
-
default-jre
-
firefox
-
npm
-
nodejs-legacy
-
xvfb
sitespeedio_redhat_pkgs
:
[]
playbooks/roles/sitespeedio/tasks/main.yml
0 → 100644
View file @
c48e6a28
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
#
# Tasks for role sitespeedio
#
# Overview:
# Install the sitespeed.io package along with it's dependencies.
# See http://sitespeed.io/ for details on running.
#
#
# Dependencies:
# none
#
# Example play:
# role:
# - sitespeedio
#
# Install Sitespeed Dependencies
-
name
:
install sitespeed.io specific system packages
apt
:
pkg={{','.join(sitespeedio_debian_pkgs)}} state=present
-
name
:
install sitespeed.io
npm
:
name=sitespeed.io global=yes state=latest
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