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
11bb2bfb
Commit
11bb2bfb
authored
8 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove quotes.
parent
71266b4d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
docker/plays/ansible.cfg
+1
-1
playbooks/ansible.cfg
+1
-1
playbooks/continuous_delivery/ansible.cfg
+1
-1
playbooks/edx-east/ansible.cfg
+1
-1
playbooks/vagrant/ansible.cfg
+1
-1
vagrant/base/cluster/ansible.cfg
+1
-1
vagrant/base/test_playbook/ansible.cfg
+1
-1
No files found.
docker/plays/ansible.cfg
View file @
11bb2bfb
...
...
@@ -5,4 +5,4 @@ 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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
playbooks/ansible.cfg
View file @
11bb2bfb
...
...
@@ -10,4 +10,4 @@ roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-r
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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
playbooks/continuous_delivery/ansible.cfg
View file @
11bb2bfb
...
...
@@ -11,4 +11,4 @@ library=../library/
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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
playbooks/edx-east/ansible.cfg
View file @
11bb2bfb
...
...
@@ -10,4 +10,4 @@ roles_path=../../../ansible-roles/roles:../../../ansible-private/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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
playbooks/vagrant/ansible.cfg
View file @
11bb2bfb
...
...
@@ -8,4 +8,4 @@ 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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
vagrant/base/cluster/ansible.cfg
View file @
11bb2bfb
...
...
@@ -9,4 +9,4 @@ 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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
vagrant/base/test_playbook/ansible.cfg
View file @
11bb2bfb
...
...
@@ -10,4 +10,4 @@ roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-r
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'
ssh_args=
-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
This diff is collapsed.
Click to expand it.
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