| Commit message (Expand) | Author | Age | Files | Lines |
* | ansible-test - Update sanity test requirements. (#78528) | Matt Clay | 2022-08-11 | 1 | -1/+1 |
* | Remove collections compat from controller code. | Matt Clay | 2022-03-08 | 1 | -1/+2 |
* | avoid polluting vars with incorrect settings (#76590) | Brian Coca | 2022-02-07 | 1 | -1/+7 |
* | Pass the top level dictionaries to combine_vars (#72979) | Sloane Hertel | 2020-12-16 | 1 | -1/+1 |
* | return changed for group_by (#32057) | Brian Coca | 2020-06-03 | 1 | -2/+6 |
* | Stop ignoring merge hash behaviour in inventory (#58460) | Brian Coca | 2019-07-17 | 1 | -1/+5 |
* | Reduce recursion within group methods | AlanCoding | 2018-04-05 | 1 | -4/+9 |
* | revert ocalhost getting 'all' vars (#31425) | Brian Coca | 2017-10-06 | 1 | -1/+1 |
* | Collated PEP8 fixes (#25293) | Dag Wieers | 2017-06-02 | 1 | -10/+8 |
* | Transition inventory into plugins (#23001) | Brian Coca | 2017-05-23 | 1 | -26/+17 |
* | allow users to control group var merge order (#22580) | Brian Coca | 2017-03-16 | 1 | -1/+1 |
* | corrected host group ancestor management | Brian Coca | 2017-03-15 | 1 | -10/+25 |
* | fix 'ungrouped' issue with some inventory formats | Brian Coca | 2017-03-07 | 1 | -0/+4 |
* | Use a custom id generator over uuid4 | James Cammarata | 2017-02-10 | 1 | -4/+2 |
* | Properly sort groups by name as well as depth when getting vars | James Cammarata | 2016-11-18 | 1 | -1/+1 |
* | Performance improvements | James Cammarata | 2016-08-08 | 1 | -4/+6 |
* | Mark implicitly hosts as such and exclude them from the all group | James Cammarata | 2016-06-04 | 1 | -0/+3 |
* | Revert "Enable host_key checking at the strategy level" | James Cammarata | 2015-12-17 | 1 | -7/+4 |
* | Enable host_key checking at the strategy level | James Cammarata | 2015-12-16 | 1 | -4/+7 |
* | Adding a uuid field so we can track host equality across serialization too | James Cammarata | 2015-12-04 | 1 | -1/+6 |
* | Changing up how host (in)equality is checked | James Cammarata | 2015-12-04 | 1 | -1/+1 |
* | Fix for equality checking in Host to make sure things are like types | James Cammarata | 2015-09-25 | 1 | -0/+2 |
* | Bugfix: if you define a custom __eq__, you must define a __hash__ too | Marius Gedminas | 2015-09-24 | 1 | -0/+3 |
* | Bugfix: if you define __eq__, you should define __ne__ too | Marius Gedminas | 2015-09-24 | 1 | -0/+3 |
* | Merge Host.ipv[46]_address into .address | Abhijit Menon-Sen | 2015-09-17 | 1 | -9/+6 |
* | Starting to add additional unit tests for VariableManager | James Cammarata | 2015-09-04 | 1 | -4/+7 |
* | now properly uses default port if defined | Brian Coca | 2015-07-31 | 1 | -2/+1 |
* | Further cleanup of internal use of ansible_ssh_host | James Cammarata | 2015-07-27 | 1 | -7/+0 |
* | only set ansible_ssh_host if not already set | Dann Bohn | 2015-07-20 | 1 | -1/+3 |
* | fixes 11607, allows ansible_ssh_port to be overridden from group or host_vars | Gerard Lynch | 2015-07-16 | 1 | -2/+4 |
* | Fixing some delegate_to bugs | James Cammarata | 2015-07-09 | 1 | -0/+1 |
* | Set the ansible_ssh_port variable instead of saving it internally for Host | Benno Joy | 2015-06-22 | 1 | -4/+2 |
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -11/+74 |
* | Merge variables for hosts instead of updating in get_variables() | Serge van Ginderachter | 2014-08-20 | 1 | -1/+1 |
* | Allow hash_behaviour=merge to be respected in core inventory | Serge van Ginderachter | 2014-03-11 | 1 | -1/+2 |
* | Update various copyrights. Not complete, but sufficient. | Michael DeHaan | 2014-01-04 | 1 | -1/+1 |
* | Get all groups' variables in order of depth | Daniel Hokka Zakrisson | 2012-11-23 | 1 | -2/+2 |
* | Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu... | Michael DeHaan | 2012-10-26 | 1 | -0/+2 |
* | Remove unused imports. | Dave Peticolas | 2012-08-09 | 1 | -2/+0 |
* | whitespace + remove deprecated YAML parser (migration script lives in example... | Michael DeHaan | 2012-08-06 | 1 | -1/+1 |
* | added inventory_hostname_short varible | Derek Carter | 2012-07-30 | 1 | -0/+1 |
* | Using __slots__ in more places, in particular, hosts and groups, where we are... | Michael DeHaan | 2012-07-22 | 1 | -0/+2 |
* | Misc code cleanup, mostly whitespace preferences, removing unused imports, pl... | Michael DeHaan | 2012-07-15 | 1 | -5/+6 |
* | Indentation cleanup (partial) | Michael DeHaan | 2012-07-15 | 1 | -1/+1 |
* | Reorganizing file structure. Not done. | Michael DeHaan | 2012-05-25 | 1 | -0/+62 |