Commit Graph

230 Commits (202c4f5294a1d93f180f0a87b712b74a5209beba)

Author SHA1 Message Date
Michael DeHaan 3570c191c0 Update changelog 11 years ago
Michael DeHaan 3060e66e77 Update CHANGELOG 11 years ago
Michael DeHaan b1596073c5 update changelog 11 years ago
Michael DeHaan 20104bf14d Correct description in CHANGELOG 11 years ago
Michael DeHaan 6ff05e0fc0 Update CHANGELOG 11 years ago
Scott Sturdivant 46c7809e6e It's WITH_ITEMS_USES_LIST not WITH_ITEMS_WANTS_LIST. 11 years ago
Michael DeHaan 51bda285bd update changelog 11 years ago
Michael DeHaan e90d0be199 Update the changelog with everything that has happened so far. 11 years ago
trbs 10dc5ae876 minor fix, path name of ansible.cfg in changelog 11 years ago
Michael DeHaan 404b082d82 Version bump and assorted things to start new development version. 11 years ago
Michael DeHaan f67c13f8f1 Update packaging dates in preparation for release. 11 years ago
Michael DeHaan a7e8f37dcc Update changelog to reflect module renames. 11 years ago
Michael DeHaan f452241967 update changelog 11 years ago
Michael DeHaan e2a112d22d Update changelog 11 years ago
Michael DeHaan e204394c2c Update CHANGELOG 11 years ago
Maykel Moya 41451aced9 Update changelog 11 years ago
Michael DeHaan fc0e4f738d Update changelog 11 years ago
Michael DeHaan 6e679bbe49 Update changelog 11 years ago
Michael DeHaan c4a125e6d9 Add ability to use |success and |failed as Jinja2 filters.
Example:

when: registered_variable|failed
11 years ago
Michael DeHaan c0fd491b68 Update changelog 11 years ago
Michael DeHaan d5182f5c92 Update changelog 11 years ago
Jiří Kubíček 5cb0525430 Add some FreeBSD facts
added:
 * ansible_distribution
 * ansible_distribution_release 
 * ansible_distribution_version
 * ansible_os_family
 * ansible_pkg_mgr
 * ansible_ssh_host_key_ecdsa_public

Also adds ECDSA public key for all plaforms.
11 years ago
Michael DeHaan 3163109681 Update changelog 11 years ago
Michael DeHaan 9c5d6f11f0 Fix tabs and spaces in OpenStack modules. 11 years ago
Michael DeHaan e5c2d0b247 update changelog 11 years ago
Michael DeHaan 06d9000833 update changelog. 11 years ago
Michael DeHaan b62de8f352 update changelog, move newrelic to monitoring category 11 years ago
Michael DeHaan 293314f777 update changelog 11 years ago
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 12 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
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