Commit Graph

152 Commits (5342c35f7c41670c1a31f19b2171bc9cd6b28810)

Author SHA1 Message Date
Michael DeHaan f46bdb6343 update changelog 11 years ago
Michael DeHaan cc7122e982 Update changelog 11 years ago
Michael DeHaan 7a135b2569 Add info about log file in changelog. 11 years ago
Michael DeHaan 5cc3dd353d Update changelog 11 years ago
Jim Kleckner 5e5235a433 Nit fix spelling of separate 11 years ago
Michael DeHaan 856c721bf7 Update changelog 11 years ago
Michael DeHaan bef2f5696f Update changelog 11 years ago
Michael DeHaan c695aa2d6a When playbooks fail, attempt to create an inventory file in the inventory directory that allows rerunning
of the playbook against only the hosts that failed.
11 years ago
Michael DeHaan ca71eb8cfc Changelog update 11 years ago
Michael DeHaan 5c8e081506 Update changelog 11 years ago
Michael DeHaan f585c4cde7 Upgraded variable support met with upgraded conditional support, see examples/playbooks/upgraded_vars.yml
for details!
11 years ago
Michael DeHaan 110d2b6ec5 Fixup ec2 doc formatting and use complex args format to break up long lines. 11 years ago
Michael DeHaan d9fd175b8b update changelog 11 years ago
Michael DeHaan 6df4c486e9 organize changelog 11 years ago
Michael DeHaan 9c4d747194 update changelog 11 years ago
Michael DeHaan ee6d64774a Work in progress. 11 years ago
Michael DeHaan 7ea6fcfd64 Changelog update 11 years ago
Michael DeHaan 5815fcbd49 Update changelog 11 years ago
Michael DeHaan aa4ad80bda Update release version. 11 years ago
Michael DeHaan 42b0e51223 Upgrade callbacks further, now '.play', '.task', and so on are also available! 11 years ago
Michael DeHaan 5b845510b3 Update changelog 11 years ago
Michael DeHaan b0a64973b6 update changelog 11 years ago
Michael DeHaan a3dec0fe2b Update changelog since last merge. 11 years ago
Michael DeHaan 1289dd602d Changelog update 11 years ago
Jim Kleckner 92844d3dcd Minor spelling fixes 11 years ago
Michael DeHaan 6d41983173 Update changelog to include recent modifications. 11 years ago
Daniel Hokka Zakrisson d9c6b60b24 Allow inventory to be a directory containing other inventories 11 years ago
Michael DeHaan f47ecf0fce update changelog 12 years ago
Michael DeHaan 5e13be0467 Organize changelog 12 years ago
Michael DeHaan 1cad5e19fc Working on adding things to changelog 12 years ago
Michael DeHaan 7da9992110 Add complex arguments example 12 years ago
Michael DeHaan b365e04616 Allow add_host to add hosts to multiple groups, groups is now an alias for groupname. 12 years ago
Michael DeHaan 8b17484780 Update changelog 12 years ago
Daniel Hokka Zakrisson a1e00c93e5 Add ansible_ssh_user/pass to enable inventory-defined users 12 years ago
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