Michael DeHaan
f7497e75e5
Able to use "environment: " on any task to pass proxy details and other useful settings. Can be a variable
...
or a dictionary.
12 years ago
Michael DeHaan
e906271f91
Update changelog -- wow, lots of nice stuff merged in today!
12 years ago
Michael DeHaan
23bffc5f25
update changelog
12 years ago
Michael DeHaan
7d9b29d48a
Update changelog
12 years ago
Michael DeHaan
318e3302fb
Fix up some version related things on the devel branch.
12 years ago
Michael DeHaan
6a64e9f024
Update changelog
12 years ago
Daniel Hokka Zakrisson
5268d49bad
Add sudo_flags configuration option to alter sudo behaviour
...
Default to -H to set $HOME appropriately.
12 years ago
Michael DeHaan
07b056fb78
Add env vars to changelog
12 years ago
Michael DeHaan
5f86f7d0ba
Reorganizing changelog, some cleanup still needed, but now it's easier to tell what is in the release :)
12 years ago
Michael DeHaan
b749af0b10
New changelog additions from today's merging
12 years ago
Tim Gerla
495c4e6cff
mention tilde fixes for --private-key in changelog
12 years ago
Michael DeHaan
7df3d811f2
Update changelog for things done for 1.0 thus far.
12 years ago
Dag Wieers
66fb7fd9de
Make use of yes/no booleans in playbooks
...
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.
This change includes:
- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
12 years ago
Michael DeHaan
7a6267ec36
Update changelog
12 years ago
Michael DeHaan
956e926618
change docs, this is the easier way to use template.
12 years ago
Michael DeHaan
3602fe7f61
Update changelog notes about with_template
12 years ago
Michael DeHaan
b78f90ae62
Organize changelog
12 years ago
Michael DeHaan
b46505d59d
Update changelog and contrib.rst
12 years ago
Michael DeHaan
da210c3eff
Added changelog note about 'when'
12 years ago
Michael DeHaan
9c16b3fc91
Organize 0.9 changelog
12 years ago
Michael DeHaan
a56dc03180
update changelog
12 years ago
Michael DeHaan
793df5d4d9
Update changelog
12 years ago
Michael DeHaan
23533b60e3
update changelog
12 years ago
Michael DeHaan
51d8e042df
update changelog
12 years ago
Michael DeHaan
dad331d0a5
update changelog
12 years ago
Michael DeHaan
5bdc16338e
Release version bump for 0.9 (development branch)
12 years ago
Michael DeHaan
67b1372d63
Update packaging and CHANGELOG for release
12 years ago
Michael DeHaan
ed7776d44c
update changelog
12 years ago
Michael DeHaan
33c1e6d9af
update changelog
12 years ago
Michael DeHaan
2bef84e666
Rebuild docs
12 years ago
Michael DeHaan
c5d2f6b0d3
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
12 years ago
Michael DeHaan
aa98c84a62
HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core.
12 years ago
Michael DeHaan
85d6af637a
update changelog
12 years ago
Michael DeHaan
70ed560fb3
Add FILES to manpage
12 years ago
Michael DeHaan
de912381ac
Update CHANGELOG.md
12 years ago
Michael DeHaan
4bd17ee518
Fix up changelog
12 years ago
Michael DeHaan
3d66ca59f9
Update changelog
12 years ago
Michael DeHaan
880328c10f
organize changelog
12 years ago
Michael DeHaan
6b5088c676
update changelog
12 years ago
Michael DeHaan
69517832cd
Update changelog
12 years ago
Michael DeHaan
57f6ad458a
update changelog
12 years ago
Michael DeHaan
e7eab93243
Update changelog
12 years ago
Michael DeHaan
022b2290bb
Changelog update for 0.8 initial merges
12 years ago
Michael DeHaan
975c323e39
Release version bump
12 years ago
Michael DeHaan
ca7b5cc5a3
update changelog
12 years ago
Michael DeHaan
c774208bba
update changelog
12 years ago
Michael DeHaan
1ae018ce94
Adds a thirsty=yes|no to the get_url module, such that if downloading a large file from the internet you can decide
...
whether to download it every time or not -- will replace only on change, or decide to not download. The default
is thirsty=no which will not download every time by default.
12 years ago
Michael DeHaan
b6ab5dd669
reorganize 0.7 changelogs by category
12 years ago
Michael DeHaan
05fa163968
update changelog
12 years ago
Michael DeHaan
898d7676f7
Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time.
...
The default is 0, which means all hosts. If set to 1, each host would run a playbook all the way through before moving
on the next host. Fact gathering is still parallel, regardless of the serial setting.
12 years ago