Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
d59bac1b
Commit
d59bac1b
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Remove Ansible SSH control path settings, better (shorter) usage with
Ansible 2.3.
parent
d3774e09
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ansible.cfg
+0
-1
0 additions, 1 deletion
.ansible.cfg
.bashrc
+0
-1
0 additions, 1 deletion
.bashrc
with
0 additions
and
2 deletions
.ansible.cfg
+
0
−
1
View file @
d59bac1b
...
@@ -15,7 +15,6 @@ callback_whitelist = profile_tasks
...
@@ -15,7 +15,6 @@ callback_whitelist = profile_tasks
[ssh_connection]
[ssh_connection]
pipelining
=
True
pipelining
=
True
control_path
=
/tmp/ssh-%%h
[privilege_escalation]
[privilege_escalation]
#become = True
#become = True
...
...
This diff is collapsed.
Click to expand it.
.bashrc
+
0
−
1
View file @
d59bac1b
...
@@ -60,7 +60,6 @@ export ANSIBLE_COMMAND_WARNINGS=True
...
@@ -60,7 +60,6 @@ export ANSIBLE_COMMAND_WARNINGS=True
export
ANSIBLE_DEPRECATION_WARNINGS
=
True
export
ANSIBLE_DEPRECATION_WARNINGS
=
True
export
ANSIBLE_RETRY_FILES_SAVE_PATH
=
/tmp/
export
ANSIBLE_RETRY_FILES_SAVE_PATH
=
/tmp/
export
ANSIBLE_SSH_PIPELINING
=
True
export
ANSIBLE_SSH_PIPELINING
=
True
export
ANSIBLE_SSH_CONTROL_PATH_DIR
=
'/tmp/ssh-%%h'
export
ANSIBLE_GATHERING
=
smart
export
ANSIBLE_GATHERING
=
smart
export
ANSIBLE_CACHE_PLUGIN
=
jsonfile
export
ANSIBLE_CACHE_PLUGIN
=
jsonfile
export
ANSIBLE_CACHE_PLUGIN_CONNECTION
=
"
$HOME
/.ansible/facts"
export
ANSIBLE_CACHE_PLUGIN_CONNECTION
=
"
$HOME
/.ansible/facts"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment