Able to use "environment: " on any task to pass proxy details and other useful settings. Can be a variable

or a dictionary.
This commit is contained in:
Michael DeHaan 2013-02-10 13:05:58 -05:00
commit f7497e75e5
4 changed files with 27 additions and 5 deletions

View file

@ -29,6 +29,7 @@ Ansible Changes By Release
* block device facts for the setup module
* cron module can now also manipulate cron.d files
* virtualenv module can now inherit system site packages (or not)
* able to set the environment by setting "environment:" as a dictionary on any task (go proxy support!)
1.0 "Eruption" -- Feb 1 2013