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
97696e5d
Commit
97696e5d
authored
6 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Updated Ansible environment variables.
parent
4f793039
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bashrc
+5
-2
5 additions, 2 deletions
.bashrc
with
5 additions
and
2 deletions
.bashrc
+
5
−
2
View file @
97696e5d
...
...
@@ -22,12 +22,15 @@ export AWS_DEFAULT_PROFILE='shore'
export
ANSIBLE_VERBOSITY
=
2
export
ANSIBLE_COMMAND_WARNINGS
=
True
export
ANSIBLE_DEPRECATION_WARNINGS
=
True
export
ANSIBLE_SYSTEM_WARNINGS
=
True
export
ANSIBLE_RETRY_FILES_SAVE_PATH
=
/tmp/
export
ANSIBLE_
SSH_
PIPELINING
=
True
export
ANSIBLE_PIPELINING
=
True
export
ANSIBLE_GATHERING
=
smart
export
ANSIBLE_CACHE_PLUGIN
=
jsonfile
export
ANSIBLE_CACHE_PLUGIN_CONNECTION
=
"
$HOME
/.ansible/facts"
export
ANSIBLE_CALLBACK_WHITELIST
=
profile_tasks
export
ANSIBLE_CALLBACK_WHITELIST
=
"profile_tasks, timer"
export
ANSIBLE_SSH_CONTROL_PATH
=
"/tmp/ssh-%%h"
export
ANSIBLE_INVENTORY_ANY_UNPARSED_IS_FAILED
=
True
export
LYNX_SAVE_SPACE
=
"
$HOME
/Downloads"
export
LYNX_TEMP_SPACE
=
"
$HOME
/.cache/lynx"
export
VAGRANT_DEFAULT_PROVIDER
=
"virtualbox"
...
...
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