- 16 Mar, 2014 1 commit
-
-
This commit allows to specify arrays in [group:vars] block. Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
Oleg Bulatov committed
-
- 10 Mar, 2014 1 commit
-
-
This prevents a traceback when the group is empty. Fixes #6258
Jesse Keating committed
-
- 06 Mar, 2014 4 commits
-
-
Post merging of GH-5837 via GH-5749.
Richard C Isaacson committed -
closes #5749 Conflicts: test/units/TestInventory.py
g-k-r committed -
tests issue #5749 same host defined in different groups which in turn are defined in different ini files in an inventory directory Conflicts: test/units/TestInventory.py
g-k-r committed -
0. Uncomment the test. 1. Test fails. 2. Make vars unique per file in test inventory files. 3. Modify token addition to not ast.literal_eval(v) a variable containing a hash. 4. Modify vars to have an escape in test inventory file. 5. Catch exceptions explicitly. Any unknown exceptions should be a bug. 6. Test passes.
Richard C Isaacson committed
-
- 05 Mar, 2014 5 commits
-
-
This reverts commit a8082874, reversing changes made to 6129ea75.
Richard C Isaacson committed -
Richard C Isaacson committed
-
closes #5749 Conflicts: test/units/TestInventory.py
g-k-r committed -
tests issue #5749 same host defined in different groups which in turn are defined in different ini files in an inventory directory Conflicts: test/units/TestInventory.py
g-k-r committed -
It came up that fixing this unit test may relate to another ticket that is open. This work allows us to uncomment this unit test by fixing how we pars variables allowing a quoted variable to contain a '#'. Work also went into cleaning up some of the test data to clarify what was working. Lastly work went into cleaning up formatting so that the code is easily read.
Richard C Isaacson committed
-
- 03 Mar, 2014 1 commit
-
-
This prevents a traceback when the group is empty. Fixes #6258
Jesse Keating committed
-
- 21 Feb, 2014 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Feb, 2014 1 commit
-
-
Michael DeHaan committed
-
- 14 Feb, 2014 1 commit
-
-
Ilya Kuznetsov committed
-
- 05 Feb, 2014 1 commit
-
-
Also added a new test (test_subset_range) for future validation. Fixes #4620
James Cammarata committed
-
- 18 Dec, 2013 1 commit
-
-
port parsing errors Fixes problesm introduced by 948d019f Adds testcases to defend
John Barker committed
-
- 17 Oct, 2013 2 commits
-
-
Martynas Mickevicius committed
-
Martynas Mickevicius committed
-
- 07 Oct, 2013 1 commit
-
-
Return inventory objects in the order they are presented. Additionally, fix host slicing such that it works on Python terms with zero indexed lists and a non-inclusive final element.
Michael DeHaan committed
-
- 25 Sep, 2013 1 commit
-
-
Instantiating the Inventory class with host_list=None now results in an empty inventory instead of an error.
Jasper Capel committed
-
- 23 Aug, 2013 6 commits
-
-
covered to 100%
Michael Scherer committed -
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
- 21 Aug, 2013 1 commit
-
-
Michael Scherer committed
-
- 19 Aug, 2013 1 commit
-
-
and ipv6 addresses.
Michael Scherer committed
-
- 03 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 31 May, 2013 1 commit
-
-
If someone has a " #" in a quoted var string, it will interpret that as a comment and refuse to load the inventory file due to an unbalanced quote. Noisy failure > unexpected behavior.
Pol Llovet committed
-
- 05 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Mar, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 15 Dec, 2012 1 commit
-
-
Junegunn Choi committed
-
- 14 Dec, 2012 1 commit
-
-
when defining group variables
Junegunn Choi committed
-
- 12 Dec, 2012 1 commit
-
-
This allows patterns such as webservers:!debian:&datacenter1 to target hosts in the webservers group, that are not in the debian group, but are in the datacenter1 group. It also parses patterns left to right.
Daniel Hokka Zakrisson committed
-
- 11 Dec, 2012 1 commit
-
-
- Code, docs, tests. - Also added test of large range 000-142 to verify alpha range did not break this.
Norman J. Harman Jr committed
-
- 02 Dec, 2012 1 commit
-
-
page.
Gregory Duchatelet committed
-