summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory/host.py
Commit message (Expand)AuthorAgeFilesLines
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-111-1/+1
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-1/+7
* Pass the top level dictionaries to combine_vars (#72979)Sloane Hertel2020-12-161-1/+1
* return changed for group_by (#32057)Brian Coca2020-06-031-2/+6
* Stop ignoring merge hash behaviour in inventory (#58460)Brian Coca2019-07-171-1/+5
* Reduce recursion within group methodsAlanCoding2018-04-051-4/+9
* revert ocalhost getting 'all' vars (#31425)Brian Coca2017-10-061-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-10/+8
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-26/+17
* allow users to control group var merge order (#22580)Brian Coca2017-03-161-1/+1
* corrected host group ancestor managementBrian Coca2017-03-151-10/+25
* fix 'ungrouped' issue with some inventory formatsBrian Coca2017-03-071-0/+4
* Use a custom id generator over uuid4James Cammarata2017-02-101-4/+2
* Properly sort groups by name as well as depth when getting varsJames Cammarata2016-11-181-1/+1
* Performance improvementsJames Cammarata2016-08-081-4/+6
* Mark implicitly hosts as such and exclude them from the all groupJames Cammarata2016-06-041-0/+3
* Revert "Enable host_key checking at the strategy level"James Cammarata2015-12-171-7/+4
* Enable host_key checking at the strategy levelJames Cammarata2015-12-161-4/+7
* Adding a uuid field so we can track host equality across serialization tooJames Cammarata2015-12-041-1/+6
* Changing up how host (in)equality is checkedJames Cammarata2015-12-041-1/+1
* Fix for equality checking in Host to make sure things are like typesJames Cammarata2015-09-251-0/+2
* Bugfix: if you define a custom __eq__, you must define a __hash__ tooMarius Gedminas2015-09-241-0/+3
* Bugfix: if you define __eq__, you should define __ne__ tooMarius Gedminas2015-09-241-0/+3
* Merge Host.ipv[46]_address into .addressAbhijit Menon-Sen2015-09-171-9/+6
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-041-4/+7
* now properly uses default port if definedBrian Coca2015-07-311-2/+1
* Further cleanup of internal use of ansible_ssh_hostJames Cammarata2015-07-271-7/+0
* only set ansible_ssh_host if not already setDann Bohn2015-07-201-1/+3
* fixes 11607, allows ansible_ssh_port to be overridden from group or host_varsGerard Lynch2015-07-161-2/+4
* Fixing some delegate_to bugsJames Cammarata2015-07-091-0/+1
* Set the ansible_ssh_port variable instead of saving it internally for HostBenno Joy2015-06-221-4/+2
* Making the switch to v2James Cammarata2015-05-031-11/+74
* Merge variables for hosts instead of updating in get_variables()Serge van Ginderachter2014-08-201-1/+1
* Allow hash_behaviour=merge to be respected in core inventorySerge van Ginderachter2014-03-111-1/+2
* Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-041-1/+1
* Get all groups' variables in order of depthDaniel Hokka Zakrisson2012-11-231-2/+2
* Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu...Michael DeHaan2012-10-261-0/+2
* Remove unused imports.Dave Peticolas2012-08-091-2/+0
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-1/+1
* added inventory_hostname_short varibleDerek Carter2012-07-301-0/+1
* Using __slots__ in more places, in particular, hosts and groups, where we are...Michael DeHaan2012-07-221-0/+2
* Misc code cleanup, mostly whitespace preferences, removing unused imports, pl...Michael DeHaan2012-07-151-5/+6
* Indentation cleanup (partial)Michael DeHaan2012-07-151-1/+1
* Reorganizing file structure. Not done.Michael DeHaan2012-05-251-0/+62