Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
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
ansible
Commits
23bcb647
Commit
23bcb647
authored
Feb 27, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2224 from cliffano/patch-1
Fix proxy env format
parents
323ed271
19082f7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docsite/rst/playbooks2.rst
+3
-3
No files found.
docsite/rst/playbooks2.rst
View file @
23bcb647
...
...
@@ -597,7 +597,7 @@ The environment can also be stored in a variable, and accessed like so::
# here we make a variable named "env" that is a dictionary
vars:
proxy_env:
http_proxy
=
http://proxy.example.com:8080
http_proxy
:
http://proxy.example.com:8080
tasks:
...
...
@@ -613,8 +613,8 @@ to define an environment hash might be a group_vars file, like so::
ntp_server: ntp.bos.example.com
backup: bak.bos.example.com
proxy_env:
http_proxy
=
http://proxy.bos.example.com:8080
https_proxy
=
http://proxy.bos.example.com:8080
http_proxy
:
http://proxy.bos.example.com:8080
https_proxy
:
http://proxy.bos.example.com:8080
Getting values from files
`````````````````````````
...
...
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