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
4b9d789c
Commit
4b9d789c
authored
Feb 03, 2016
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add the tags to the tasks
parent
2835f7ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
playbooks/roles/asqatasun/defaults/main.yml
+11
-0
playbooks/roles/asqatasun/tasks/main.yml
+26
-0
No files found.
playbooks/roles/asqatasun/defaults/main.yml
View file @
4b9d789c
---
#
# 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 asqatasun
#
ASQATASUN_LOCALE
:
'
en_US.UTF-8'
ASQATASUN_DATABASE_NAME
:
'
asqatasun'
ASQATASUN_DATABASE_USER
:
'
asqatasun'
...
...
playbooks/roles/asqatasun/tasks/main.yml
View file @
4b9d789c
---
#
# 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 asqatasun
#
# Overview:
#
# Install the Asqatasun, an opensource web site analyzer,
# used for web accessibility (a11y) and Search Engine Optimization (SEO)
#
# ansible-playbook -i 'asqatasun.example.com,' ./asqatasun.yml -e@/ansible/vars/deployment.yml -e@/ansible/vars/env-deployment.yml
#
-
name
:
Set Postfix options
debconf
:
name
:
postifx
...
...
@@ -73,6 +90,9 @@
group
:
root
mode
:
755
register
:
xvfb
tags
:
-
install
-
install:config
-
name
:
Restart xvfb
service
:
...
...
@@ -81,6 +101,9 @@
state
:
restarted
enabled
:
yes
when
:
xvfb.changed
tags
:
-
install
-
install:config
-
name
:
Download the latest ESR Firfox
get_url
:
...
...
@@ -142,6 +165,9 @@
/bin/ps aux | grep -i asqatasun
register
:
asqatasun_app
changed_when
:
no
tags
:
-
install
-
install:base
-
name
:
Install the Asqatasun
shell
:
>
...
...
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