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
OpenEdx
configuration
Commits
5b22e512
Commit
5b22e512
authored
Nov 08, 2016
by
Feanil Patel
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3453 from edx/feanil/test_sandbox_build
Feanil/test sandbox build
parents
1aefd20a
11bb2bfb
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
5 deletions
+20
-5
docker/plays/ansible.cfg
+2
-0
playbooks/ansible.cfg
+3
-0
playbooks/continuous_delivery/ansible.cfg
+3
-5
playbooks/edx-east/ansible.cfg
+3
-0
playbooks/vagrant/ansible.cfg
+3
-0
vagrant/base/cluster/ansible.cfg
+3
-0
vagrant/base/test_playbook/ansible.cfg
+3
-0
No files found.
docker/plays/ansible.cfg
View file @
5b22e512
...
...
@@ -4,3 +4,5 @@ jinja2_extensions=jinja2.ext.do
roles_path=../plays:../../playbooks/roles
library=../../playbooks/library
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
playbooks/ansible.cfg
View file @
5b22e512
...
...
@@ -8,3 +8,6 @@ jinja2_extensions=jinja2.ext.do
host_key_checking = False
roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-roles/
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
playbooks/continuous_delivery/ansible.cfg
View file @
5b22e512
...
...
@@ -8,9 +8,7 @@ jinja2_extensions=jinja2.ext.do
host_key_checking=False
roles_path=../../../ansible-roles/roles:../../../ansible-private/roles:../../../ansible-roles/
library=../library/
# ControlPersist keeps the socket ssh creates open to the target. Increasing this timeout decreases
# some of the ssh overhead with all the ssh connections ansible makes by allowing it to just reuse the
# socket for each ssh session. This should improve performance since we are now running ansible remotely.
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o StrictHostKeyChecking=no
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
playbooks/edx-east/ansible.cfg
View file @
5b22e512
...
...
@@ -8,3 +8,6 @@ jinja2_extensions=jinja2.ext.do
host_key_checking=False
roles_path=../../../ansible-roles/roles:../../../ansible-private/roles:../../../ansible-roles/
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
playbooks/vagrant/ansible.cfg
View file @
5b22e512
...
...
@@ -6,3 +6,6 @@ library=../library
roles_path=../roles
callback_plugins=../callback_plugins
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
vagrant/base/cluster/ansible.cfg
View file @
5b22e512
...
...
@@ -7,3 +7,6 @@
jinja2_extensions=jinja2.ext.do
host_key_checking = False
roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-roles/
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
vagrant/base/test_playbook/ansible.cfg
View file @
5b22e512
...
...
@@ -8,3 +8,6 @@ jinja2_extensions=jinja2.ext.do
host_key_checking = False
roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-roles/
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
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