- 18 Jul, 2012 1 commit
-
-
This fixes #611.
Jeroen Hoekx committed
-
- 17 Jul, 2012 9 commits
-
-
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
Michael DeHaan committed -
Michael DeHaan committed
-
meaningful messages if the remote md5 fails
Michael DeHaan committed -
Dave Hatton committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 15 Jul, 2012 3 commits
-
-
commit ea14bbfb52587bf5b97b5577c0439b01cb0b4836 Merge: 82819a9 285aaf8 Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Sun Jul 15 14:38:28 2012 -0400 Merge branch 'devel' of https://github.com/skvidal/ansible into skvidal_mount commit 285aaf836c41de578bec4254624d6cabc2509f77 Merge: 634c117 32b6879 Author: Seth Vidal <skvidal@fedoraproject.org> Date: Mon Jul 16 12:42:21 2012 -0400 Merge remote-tracking branch 'upstream/devel' into devel * upstream/devel: (52 commits) format fixes to make fetch more usable ... commit 634c11748eb6aa8951a6dc4933858fbf9f2248de Author: Seth Vidal <skvidal@fedoraproject.org> Date: Thu Jul 12 01:16:00 2012 -0400 fix a bunch of small bugs in mount module - test with bind and local mounts commit fcfd73de711f1927f265afe016c81265425d87fa Author: Seth Vidal <skvidal@fedoraproject.org> Date: Wed Jul 11 20:46:14 2012 -0400 fix some obvious bugs pointed out by #ansible commit 13c308038370fbd06d89e2ba3c41f2accad568de Author: Seth Vidal <skvidal@fedoraproject.org> Date: Wed Jul 11 19:35:34 2012 -0400 mount/fstab editor
Seth Vidal committed -
commit 5b9d29e08fba6402efccaa1ca56d834ff58f4b55 Merge: 7286f3a 111561f Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Sun Jul 15 14:34:10 2012 -0400 Merge branch 'devel' of https://github.com/pas256/ansible into pasec2 commit 111561f7829b517fb0b7577a0e2147292bdba58f Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 16 16:13:48 2012 -0700 Reading the config file from the same directory as the script, and fixing typo in security group name commit e63659d04e65c0be3db833038f55a21d2ec511a9 Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 16 10:56:59 2012 -0700 Adding list of variables to documentation commit d0aecf025e23cf26f3df5a253639b0ec425b7223 Author: Peter Sankauskas <pas256@gmail.com> Date: Fri Jul 13 15:35:00 2012 -0700 Finished EC2 external inventory script commit 136b8a50824b7f964f162fad153784899d6dd634 Author: Peter Sankauskas <pas256@gmail.com> Date: Thu Jul 12 18:01:44 2012 -0700 Almost done, just a few more types to deal with commit 09f92052ce2e21a2c216692a20ce1bb03eacc2d9 Author: Peter Sankauskas <pas256@gmail.com> Date: Tue Jul 10 23:43:30 2012 -0700 Adding region options to config, and getting host details happening, but need to figure out complex types commit a940c9b8fb9258043ec4f4a37fef80fdbcfcda7b Author: Peter Sankauskas <pas256@gmail.com> Date: Tue Jul 10 18:06:05 2012 -0700 Converting to a class, commenting methods, reading settings from a config file, and starting to work on the host variables commit 43eb3214a6bdd65d3ef3961183252932b6984004 Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 9 13:11:27 2012 -0700 First pass of the Ansible EC2 inventory script
Peter Sankauskas committed -
Fix for the way host variables were being swallowed, plus some overall simplification. Deciding what dictionary to use for templating now happens in exactly one place (executor_internal) and the "inject" dictionary is passed to what needs it.
Michael DeHaan committed
-
- 16 Jul, 2012 2 commits
-
-
format fixes to output from fetch
Michael DeHaan committed -
Dave Hatton committed
-
- 15 Jul, 2012 18 commits
-
-
Michael DeHaan committed
-
with_items handling code should apply to all modules, was screwed up in refactoring to only apply to 'normal' modules.
Michael DeHaan committed -
Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
No need to feed variables into the setup module for preservation since the file is no longer saved to disk.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
the setup file to disk.
Michael DeHaan committed -
and with_items incompatible. Most cases that would need this could be solved with vars_files.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 14 Jul, 2012 7 commits
-
-
you aren't going to need it.
Michael DeHaan committed -
Michael DeHaan committed
-
Change the way we do with_items to make them happen next to each other in runner, which eliminates the problem of with_items and vars_files sometimes not playing nice with each other. (Also a fix for the user module error handling when the user is not present at the time of the return. This can only really be caused by multiple ansible executions).
Michael DeHaan committed -
Michael DeHaan committed
-
Error handling and magic around with_items, to let you know when variables are usable inside it and when not.
Michael DeHaan committed -
Make the logic behind vars_files smarter, so host specific vars go into the setup cache, but other variables are usable top level. This allows vars_files data to be used, most of the time, just fine in with_items, (error handling pending) but is mostly a memory and efficiency thing.
Michael DeHaan committed -
Michael DeHaan committed
-