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
7dcd8b60
Commit
7dcd8b60
authored
Apr 22, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Validate certs everywhere
parent
086aeae7
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
13 deletions
+11
-13
playbooks/roles/common/tasks/main.yml
+1
-1
playbooks/roles/datadog/tasks/main.yml
+2
-2
playbooks/roles/edxapp/tasks/main.yml
+1
-1
playbooks/roles/edxlocal/tasks/main.yml
+1
-1
playbooks/roles/elasticsearch/tasks/main.yml
+0
-1
playbooks/roles/jenkins_admin/tasks/main.yml
+1
-1
playbooks/roles/jenkins_worker/tasks/system.yml
+1
-1
playbooks/roles/mongo/tasks/main.yml
+0
-1
playbooks/roles/newrelic/tasks/main.yml
+2
-2
playbooks/roles/rabbitmq/tasks/main.yml
+1
-1
playbooks/roles/redis/tasks/main.yml
+1
-1
No files found.
playbooks/roles/common/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -33,7 +33,7 @@
# GitHub requires version 1.7.10 or later
# https://help.github.com/articles/https-cloning-errors
-
name
:
Add git apt repository
apt_repository_1.8
:
repo="{{ common_git_ppa }}"
validate_certs=no
apt_repository_1.8
:
repo="{{ common_git_ppa }}"
-
name
:
Install role-independent useful system packages
# do this before log dir setup; rsyslog package guarantees syslog user present
...
...
playbooks/roles/datadog/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -27,12 +27,12 @@
-
datadog
-
name
:
remove unstable apt repository
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ unstable main'
validate_certs=no
state=absent
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ unstable main' state=absent
tags
:
-
datadog
-
name
:
install apt repository
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ stable main' update_cache=yes
validate_certs=no
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ stable main' update_cache=yes
tags
:
-
datadog
...
...
playbooks/roles/edxapp/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -55,7 +55,7 @@
# adding chris-lea nodejs repo
-
name
:
add ppas for current versions of nodejs
apt_repository_1.8
:
repo="{{ edxapp_chrislea_ppa }}"
validate_certs=no
apt_repository_1.8
:
repo="{{ edxapp_chrislea_ppa }}"
-
name
:
install system packages on which LMS and CMS rely
apt
:
pkg={{','.join(edxapp_debian_pkgs)}} state=present update_cache=yes
...
...
playbooks/roles/edxlocal/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -21,7 +21,7 @@
-
name
:
install apt repository
apt_repository_1.8
:
repo='deb http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu precise main'
update_cache=yes
validate_certs=no
update_cache=yes
-
name
:
look for mysql 5.5
shell
:
dpkg -L mysql-server-5.5
...
...
playbooks/roles/elasticsearch/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -34,7 +34,6 @@
url={{ elasticsearch_url }}
dest=/var/tmp/{{ elasticsearch_file }}
force=no
validate_certs=no
register
:
elasticsearch_reinstall
-
name
:
install elasticsearch from local package
...
...
playbooks/roles/jenkins_admin/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -34,7 +34,7 @@
when
:
JENKINS_ADMIN_S3_PROFILE.secret_key is not defined
-
name
:
add admin specific apt repositories
apt_repository_1.8
:
repo="{{ item }}" state=present update_cache=yes
validate_certs=no
apt_repository_1.8
:
repo="{{ item }}" state=present update_cache=yes
with_items
:
jenkins_admin_debian_repos
-
name
:
create the scripts directory
...
...
playbooks/roles/jenkins_worker/tasks/system.yml
View file @
7dcd8b60
...
...
@@ -28,7 +28,7 @@
# adding chris-lea nodejs repo
-
name
:
add ppas for current versions of nodejs
apt_repository_1.8
:
repo="{{ jenkins_chrislea_ppa }}"
validate_certs=no
apt_repository_1.8
:
repo="{{ jenkins_chrislea_ppa }}"
-
name
:
Install system packages
apt
:
pkg={{','.join(jenkins_debian_pkgs)}}
...
...
playbooks/roles/mongo/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -29,7 +29,6 @@
apt_repository_1.8
:
>
repo='{{ MONGODB_REPO }}'
state=present
validate_certs=no
-
name
:
install mongo server and recommends
apt
:
>
...
...
playbooks/roles/newrelic/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -27,7 +27,7 @@
-
name
:
add apt key
apt_key
:
>
id="{{ NEWRELIC_DEBIAN_KEY_ID }}" url="{{ NEWRELIC_DEBIAN_KEY_URL }}"
validate_certs=no
id="{{ NEWRELIC_DEBIAN_KEY_ID }}" url="{{ NEWRELIC_DEBIAN_KEY_URL }}"
state=present
when
:
ansible_distribution == 'Ubuntu'
...
...
@@ -38,7 +38,7 @@
when
:
ansible_distribution == 'Amazon'
-
name
:
install apt repository
apt_repository_1.8
:
repo="{{ NEWRELIC_DEBIAN_REPO }}" update_cache=yes
validate_certs=no
apt_repository_1.8
:
repo="{{ NEWRELIC_DEBIAN_REPO }}" update_cache=yes
when
:
ansible_distribution == 'Ubuntu'
-
name
:
install newrelic agent (apt)
...
...
playbooks/roles/rabbitmq/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -10,7 +10,7 @@
apt
:
pkg={{ ",".join(rabbitmq_debian_pkgs) }} state=present
-
name
:
add rabbit repository
apt_repository_1.8
:
repo="{{ rabbitmq_repository }}" state=present update_cache=yes
validate_certs=no
apt_repository_1.8
:
repo="{{ rabbitmq_repository }}" state=present update_cache=yes
-
name
:
fetch the rabbitmq server deb
get_url
:
>
...
...
playbooks/roles/redis/tasks/main.yml
View file @
7dcd8b60
...
...
@@ -22,7 +22,7 @@
#
-
name
:
add the redis ppa
apt_repository_1.8
:
repo="{{ redis_ppa }}"
validate_certs=no
apt_repository_1.8
:
repo="{{ redis_ppa }}"
-
name
:
install redis system packages
apt
:
pkg={{ item }} install_recommends=yes state=present
...
...
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