Commit graph

162 commits

Author SHA1 Message Date
Michael DeHaan
9041adddaa Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers. 2012-08-11 13:49:18 -04:00
Michael DeHaan
c9a5ce3685 changelog update 2012-08-11 12:12:11 -04:00
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.
2012-08-10 02:45:29 -04:00
Michael DeHaan
05a128c2be Add ability to store and access module results later on in the play. See examples/playbooks/register_logic for details. 2012-08-10 01:13:37 -04:00
Michael DeHaan
6c5761a79e Store the ${last_result} for each host to make it usable in only_if conditionals and such. 2012-08-10 00:58:53 -04:00
Michael DeHaan
58e099b91b update changelog 2012-08-10 00:39:19 -04:00
Michael DeHaan
7592a7356f bump changelog 2012-08-08 21:19:49 -04:00
Michael DeHaan
33bc2610fa changelog update 2012-08-08 21:17:20 -04:00
Michael DeHaan
846186e2fc Add -vvv support for debugging activity 2012-08-08 21:09:14 -04:00
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.
2012-08-08 20:43:01 -04:00
Michael DeHaan
183fce6d99 Detect SFTP disablement in paramiko + changelog updates 2012-08-08 20:27:33 -04:00
Michael DeHaan
454de792f4 update changelog 2012-08-06 21:46:55 -04:00
Michael DeHaan
1c9b43df1b more whitespace 2012-08-06 21:00:21 -04:00
Michael DeHaan
fd265b40b7 Release bump 2012-08-06 19:55:27 -04:00
Michael DeHaan
fa79d57d13 changelog / remove a failed=False 2012-08-01 22:35:07 -04:00
Michael DeHaan
bf25193ec1 changelog updates 2012-08-01 20:34:39 -04:00
Michael DeHaan
0a3ebdb6d5 Module consistency and make daisy chaining work with invalid arguments detection. 2012-08-01 00:22:02 -04:00
Michael DeHaan
190d72761f Reformat changelog so it's easier to tell what is new 2012-07-31 21:00:55 -04:00
Michael DeHaan
4d9ecebc20 update changelog 2012-07-28 08:50:19 -04:00
Michael DeHaan
1e464d6c4b update changelog 2012-07-27 19:03:12 -04:00
Michael DeHaan
51739fc47d update changelog 2012-07-25 21:05:01 -04:00
Michael DeHaan
8fa4dc3920 Small change to previous patch, make ranges of hosts inclusive. 2012-07-24 20:10:05 -04:00
Michael DeHaan
416b8d59a9 Merge branch 'devel' of https://github.com/fangchin/ansible into devel 2012-07-24 19:57:51 -04:00
Michael DeHaan
6a0326b6d0 changelog update 2012-07-24 19:57:21 -04:00
Chin Fang
e3b2521f01 Added a host expansion feature to ansible's inventory parsing 2012-07-24 12:38:52 -07:00
Michael DeHaan
220ab33da3 changelog update 2012-07-23 19:34:18 -04:00
Michael DeHaan
08ece6c54a update changelog 2012-07-22 11:56:18 -04:00
Michael DeHaan
b15dde6b9f update changelog 2012-07-20 10:13:26 -04:00
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.
2012-07-20 09:43:45 -04:00
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
2012-07-17 19:09:36 -04:00
Michael DeHaan
01f2c85a3c update changelog 2012-07-16 20:19:52 -04:00
Michael DeHaan
994019a5c9 update changelog 2012-07-16 20:15:10 -04:00
Michael DeHaan
7b177e8ebb update changelog 2012-07-15 09:25:59 -04:00
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.
2012-07-14 19:49:42 -04:00
Michael DeHaan
3466ad5e45 Update changelog 2012-07-14 19:31:18 -04:00
Michael DeHaan
6c84ec72c6 changelog update 2012-07-14 13:46:34 -04:00
Michael DeHaan
279b5965b8 Much streamlining around setup steps in playbooks, now only run setup once per play. 2012-07-14 12:24:19 -04:00
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.
2012-07-14 11:59:12 -04:00
Michael DeHaan
2a2017f295 Changelog update 2012-07-12 01:33:13 -04:00
Michael DeHaan
fd29ecc24b changelog update 2012-07-12 01:09:10 -04:00
Michael DeHaan
87e911c405 changelog update 2012-07-11 20:51:07 -04:00
Michael DeHaan
921bf3da9d changelog update 2012-07-07 09:30:39 -04:00
Michael DeHaan
c592fdf838 update changelog 2012-07-07 09:11:24 -04:00
Michael DeHaan
6c08913448 changelog updates 2012-07-07 08:49:15 -04:00
Michael DeHaan
494077591a changelog update 2012-07-07 08:47:32 -04:00
Michael DeHaan
a490213d45 Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
Michael DeHaan
3d7a51f2ec Add some recent merges to the changelog 2012-06-29 18:56:49 -04:00
Michael DeHaan
a5dd280149 Fix up the output of the raw module when run within /usr/bin/ansible 2012-06-29 18:48:37 -04:00
Michael DeHaan
d95914ca87 update changelog 2012-06-29 18:44:09 -04:00
Michael DeHaan
12825edae1 update the changelog for the currently ongoing development release. 2012-06-19 21:20:17 -04:00
Michael DeHaan
28b94cd2f6 Update changelog for release. 2012-05-23 19:38:59 -04:00
Michael DeHaan
bfe5f4d0ed Update development changelogs 2012-05-09 23:31:58 -04:00
Michael DeHaan
b5b60ab1b4 changelog update 2012-05-07 23:48:18 -04:00
Michael DeHaan
dcbe48e2d4 Update development changelog. 2012-05-06 18:34:07 -04:00
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
2012-05-02 00:28:19 -04:00
Michael DeHaan
28cf753756 changelog update 2012-05-01 23:05:40 -04:00
Michael DeHaan
5b8ee8488d update development changelog 2012-05-01 23:03:00 -04:00
Michael DeHaan
cc13d34f91 changelog update 2012-05-01 18:38:26 -04:00
Michael DeHaan
88a7f771cb update changelog 2012-04-27 01:27:47 -04:00
Michael DeHaan
803672a769 Update development changelog 2012-04-26 23:12:09 -04:00
Michael DeHaan
7773a62291 Development branch changelog update 2012-04-25 21:32:08 -04:00
Michael DeHaan
66869c39b0 changelog and readme 2012-04-25 21:32:08 -04:00