Commit Graph

172 Commits (61ac8d03afe07b680ff0f9ca97c3ef1bfeec4de4)

Author SHA1 Message Date
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
Michael DeHaan f07e55c568 Adds 'delegate_to' as a task option which can be used to signal load balancers and outage windows. 12 years ago
Michael DeHaan fda4f80828 update changelog 12 years ago
Michael DeHaan eee2d1afd0 If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes. 12 years ago
Michael DeHaan 2ac4859c6a changelog 12 years ago
Michael DeHaan 81fa48c86e update changelog 12 years ago
Michael DeHaan 98c350a6ac changelog update 12 years ago
Michael DeHaan 9041adddaa Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers. 12 years ago
Michael DeHaan c9a5ce3685 changelog update 12 years ago
Michael DeHaan 1c81ddf8d4 add the limit option, which can be used to further confine the patterns selected by "hosts:" in ansible-playbooks
to an additional pattern (a subset) specified on the command line.  For instance, a playbook could be reusable
and target "webservers" and "dbservers", but you want to test only in the stage environment, or a few boxes at a time.
12 years ago
Michael DeHaan 05a128c2be Add ability to store and access module results later on in the play. See examples/playbooks/register_logic for details. 12 years ago
Michael DeHaan 6c5761a79e Store the ${last_result} for each host to make it usable in only_if conditionals and such. 12 years ago
Michael DeHaan 58e099b91b update changelog 12 years ago
Michael DeHaan 7592a7356f bump changelog 12 years ago
Michael DeHaan 33bc2610fa changelog update 12 years ago
Michael DeHaan 846186e2fc Add -vvv support for debugging activity 12 years ago
Michael DeHaan c82f06258c Only run yum,apt through the with_items loop if there is a list of items. Just a cosmetic fix on return values
for the most part.
12 years ago
Michael DeHaan 183fce6d99 Detect SFTP disablement in paramiko + changelog updates 12 years ago
Michael DeHaan 454de792f4 update changelog 12 years ago
Michael DeHaan 1c9b43df1b more whitespace 12 years ago
Michael DeHaan fd265b40b7 Release bump 12 years ago
Michael DeHaan fa79d57d13 changelog / remove a failed=False 12 years ago
Michael DeHaan bf25193ec1 changelog updates 12 years ago
Michael DeHaan 0a3ebdb6d5 Module consistency and make daisy chaining work with invalid arguments detection. 12 years ago
Michael DeHaan 190d72761f Reformat changelog so it's easier to tell what is new 12 years ago
Michael DeHaan 4d9ecebc20 update changelog 12 years ago
Michael DeHaan 1e464d6c4b update changelog 12 years ago
Michael DeHaan 51739fc47d update changelog 12 years ago
Michael DeHaan 8fa4dc3920 Small change to previous patch, make ranges of hosts inclusive. 12 years ago
Michael DeHaan 416b8d59a9 Merge branch 'devel' of https://github.com/fangchin/ansible into devel 12 years ago
Michael DeHaan 6a0326b6d0 changelog update 12 years ago
Chin Fang e3b2521f01 Added a host expansion feature to ansible's inventory parsing 12 years ago
Michael DeHaan 220ab33da3 changelog update 12 years ago
Michael DeHaan 08ece6c54a update changelog 12 years ago
Michael DeHaan b15dde6b9f update changelog 12 years ago
Michael DeHaan ba3466af95 The following paths are now implict and optional in vars_files:
./group_vars/groupname.yml (for all groups the host is in)
./host_vars/hostname.yml (for the hostname given in the inventory)

This requires an actual inventory file, not script and the paths are relative
to the directory of the inventory file.
12 years ago
Michael DeHaan 3c2cbae68e Plays and tasks now yell when they see parameters they do not understand, so that typos like 'var' for 'vars'
don't result in people having to ask questions about what is wrong with their playbook
12 years ago
Michael DeHaan 01f2c85a3c update changelog 12 years ago
Michael DeHaan 994019a5c9 update changelog 12 years ago
Michael DeHaan 7b177e8ebb update changelog 12 years ago
Michael DeHaan 60d64251f8 Allow gather_facts: False in a playbook as a way of disabling the fact step if you know
you aren't going to need it.
12 years ago
Michael DeHaan 3466ad5e45 Update changelog 12 years ago
Michael DeHaan 6c84ec72c6 changelog update 12 years ago
Michael DeHaan 279b5965b8 Much streamlining around setup steps in playbooks, now only run setup once per play. 12 years ago
Michael DeHaan 931f9f1a61 Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
around file pathing and removes occasional permissions conflicts depending on how things are used.
12 years ago
Michael DeHaan 2a2017f295 Changelog update 12 years ago
Michael DeHaan fd29ecc24b changelog update 12 years ago
Michael DeHaan 87e911c405 changelog update 12 years ago
Michael DeHaan 921bf3da9d changelog update 12 years ago
Michael DeHaan c592fdf838 update changelog 12 years ago
Michael DeHaan 6c08913448 changelog updates 12 years ago
Michael DeHaan 494077591a changelog update 12 years ago
Michael DeHaan a490213d45 Release bump to start development on 0.6 12 years ago
Michael DeHaan 3d7a51f2ec Add some recent merges to the changelog 12 years ago
Michael DeHaan a5dd280149 Fix up the output of the raw module when run within /usr/bin/ansible 12 years ago
Michael DeHaan d95914ca87 update changelog 12 years ago
Michael DeHaan 12825edae1 update the changelog for the currently ongoing development release. 12 years ago
Michael DeHaan 28b94cd2f6 Update changelog for release. 12 years ago
Michael DeHaan bfe5f4d0ed Update development changelogs 12 years ago
Michael DeHaan b5b60ab1b4 changelog update 12 years ago
Michael DeHaan dcbe48e2d4 Update development changelog. 12 years ago
Michael DeHaan b300aac551 Include files are no longer to be considered Jinja2 templates, but individual THINGS
in included files can still be templated just like top level playbooks.  Resolves
some issues about statements being evaluated before facts were available
12 years ago
Michael DeHaan 28cf753756 changelog update 12 years ago
Michael DeHaan 5b8ee8488d update development changelog 12 years ago
Michael DeHaan cc13d34f91 changelog update 12 years ago
Michael DeHaan 88a7f771cb update changelog 12 years ago
Michael DeHaan 803672a769 Update development changelog 12 years ago
Michael DeHaan 7773a62291 Development branch changelog update 12 years ago
Michael DeHaan 66869c39b0 changelog and readme 12 years ago