- 31 May, 2012 1 commit
-
-
In playbooks, hosts can be a YAML list. We templated the list before converting it to a semicolon-separated string, which actually templated its repr. This converts to a string first. A basic unit test is included.
John Kleint committed
-
- 22 May, 2012 1 commit
-
-
Matt Goodall committed
-
- 19 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 15 May, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 10 May, 2012 1 commit
-
-
Do not run unit tests against the EVENTS code because it is subject to change and that does not mean anything is broken. If we want to test playbooks, it's best to test the result of a playbook to make sure it does the correct thing. Also remove playbook2/3 yml which were not used.
Michael DeHaan committed
-
- 11 May, 2012 1 commit
-
-
There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
Jeroen Hoekx committed
-
- 10 May, 2012 2 commits
-
-
Jeroen Hoekx committed
-
The original patches should have conflicted? 53bde0bf vs efde61e5
Jeroen Hoekx committed
-
- 11 May, 2012 2 commits
-
-
John Kleint committed
-
Jeroen Hoekx committed
-
- 09 May, 2012 2 commits
-
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
- 08 May, 2012 2 commits
-
-
Also change test name collision.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
- 06 May, 2012 3 commits
-
-
Add tests for new advanced inventory features (groups of groups, group variables) in the default INI format file.
Michael DeHaan committed -
Michael DeHaan committed
-
Next up: YAML format.
Michael DeHaan committed
-
- 05 May, 2012 1 commit
-
-
format compatible with this still, and add some tests for INI-style groups of groups and variables.
Michael DeHaan committed
-
- 02 May, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 01 May, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 28 Apr, 2012 1 commit
-
-
This is a list of all the groups a host is in.
Jeroen Hoekx committed
-
- 26 Apr, 2012 1 commit
-
-
ansible-playbook release-my-app.yml --extra-vars="version=123" And make $version available in the playbook without re-editing the file
Michael DeHaan committed
-
- 24 Apr, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 23 Apr, 2012 1 commit
-
-
If the module result contains "ansible_facts", that will be added to the setup cache.
Jeroen Hoekx committed
-
- 20 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 19 Apr, 2012 3 commits
-
-
Jeroen Hoekx committed
-
Don't force down ansible facts back to setup, the setup module won't like parsing them on input and that data is already there.
Michael DeHaan committed -
The fetch module really should preserve the whole directory structure being fetched to allow subsequent calls, particularly in playbook, to recreate the host tree structure. Making it thus.
Michael DeHaan committed
-
- 17 Apr, 2012 3 commits
-
-
Also account for path difference in sleep in different distributions.
Jeroen Hoekx committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 16 Apr, 2012 7 commits
-
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
See test/yaml_hosts for an example. Hosts can be part of multiple groups. Groups can also have variables, inherited by the hosts. There is no variable scope, last variable seen wins.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
- 12 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests not being consistent between runs, even though there wasn't an error. Now we'll just check the final change counts, which should be just as solid and lead to less churn in the events file.
Michael DeHaan committed
-