summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Path of group_vars and host_vars were getting the basedir added twice.fix-group_vars_pathToshio Kuratomi2015-08-051-2/+6
* Make ansible_python_interpreter work with synchronizeToshio Kuratomi2015-08-031-4/+8
* Remove outdated FIXMEs; all use combine_vars alreadyAbhijit Menon-Sen2015-07-301-8/+0
* removed unused importBrian Coca2015-07-281-1/+0
* Merge pull request #11079 from amegianeg/fix_broad_except_in_inventoryJames Cammarata2015-07-231-8/+7
|\
| * Capture only IOError when reading shebang from inventory file, to avoid ignor...alberto2015-05-281-8/+7
* | Fix group/host var loading relative to playbook basedirJames Cammarata2015-07-141-8/+13
* | Exclude the all/ungrouped groups from pattern matching resultsJames Cammarata2015-06-171-1/+1
* | Add ::1 where we see 127.0.0.1, for better ipv6 supportJames Cammarata2015-06-171-4/+4
* | Add inventory file to "Unable to find" error msgMarc Abramowitz2015-06-171-1/+2
* | Have group/host var file loading check for YAML extensions tooJames Cammarata2015-06-161-2/+2
* | Fix raising AnsibleErrorToshio Kuratomi2015-06-051-1/+1
* | Fixing an oops in inventory/__init__.py where the slots are incorrectJames Cammarata2015-06-011-3/+3
* | Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-05-281-36/+54
|\ \ | |/ |/|
| * made special treatment of certain filesystem for selinux configurableBrian Coca2015-05-151-1/+1
| * Making the switch to v2James Cammarata2015-05-031-39/+57
* | made special treatment of certain filesystem for selinux configurableBrian Coca2015-05-151-2/+2
|/
* better exception handling with delegated hostsBrian Coca2014-12-031-2/+2
* Fetch vars for host directly when calculating the delegated userJames Cammarata2014-10-101-1/+4
* better logic for all-group variables for implicit localhostSerge van Ginderachter2014-08-191-4/+1
* Inventory: fix logic mistake in loading/retrieving variables for groupsSerge van Ginderachter2014-08-191-9/+8
* Make sure group_vars/all is loaded for ungrouped hostsJames Cammarata2014-08-181-0/+4
* Use match() instead of search() for pattern matchingJames Cammarata2014-08-141-2/+2
* Fix host pattern matching and enhance error detectionJames Cammarata2014-08-141-8/+15
* Fix vault_password positional args errorJames Cammarata2014-08-141-2/+2
* Merge branch 'retf_py' of git://github.com/berendt/ansible into develMichael DeHaan2014-08-081-2/+2
|\
| * fixed typos found by RETF rules in PY filesChristian Berendt2014-05-031-2/+2
* | Invalidate host/group variables cache when loadingSerge van Ginderachter2014-07-141-0/+3
* | Fix logic bug when loading vars for a new playbook basedir.Serge van Ginderachter2014-07-141-2/+2
* | Merge branch 'svg_and_inventory_refactor' into develJames Cammarata2014-07-101-41/+169
|\ \
| * | Optimizing groups_for_host() lookup in inventoryJames Cammarata2014-07-071-7/+5
| * | Merge remote-tracking branch 'svg/varsplugins_refactor' into svg_and_inventor...James Cammarata2014-07-071-15/+120
| |\ \
| | * | Move group/host_vars parsing into core inventorySerge van Ginderachter2014-03-261-17/+90
| | * | Move inventory.set_playbook_basedir from ansible-playbook to playbook constru...Serge van Ginderachter2014-03-251-1/+2
| | * | Refactor vars_plugins (host/group_vars)Serge van Ginderachter2014-03-251-7/+38
| * | | Merge branch 'inventory_refactoring' into svg_and_inventory_refactorJames Cammarata2014-07-071-18/+41
| |\ \ \
| | * | | Performance optimization in resolving host patternsSerge van Ginderachter2014-07-071-8/+11
| | * | | Performance tuning inventory functions for large inventoriesJames Cammarata2014-06-261-10/+30
| | | |/ | | |/|
| * | | Merge branch 'inventorytree' of https://github.com/sergevanginderachter/ansib...James Cammarata2014-06-241-3/+5
| |\ \ \ | | |/ / | |/| |
| | * | Inventory: raise error when adding a group that already exists.Serge van Ginderachter2014-03-251-3/+5
* | | | Fixed regex square-bracket bug.Dan Slimmon2014-07-101-0/+4
|/ / /
* | | Micro-optimization: replace s.find(x)==0 with s.startswith(x)Cristian Ciupitu2014-03-271-1/+1
| |/ |/|
* | Make inventory parsing error detection smarterJames Cammarata2014-03-251-5/+33
|/
* Merge conflict.Michael DeHaan2014-03-161-2/+2
* Fix range issue in inventory and add additional error checkingJames Cammarata2014-03-071-5/+10
* Avoid range selection on empty groupsJesse Keating2014-03-031-0/+6
* Merge branch 'issue_4620' of https://github.com/jimi-c/ansible into jimi-c-is...James Cammarata2014-02-241-17/+12
|\
| * Revising method for parsing ranges from --limit subsetsJames Cammarata2014-02-051-17/+12
* | Ansible vault: a framework for encrypting any playbook or var file.James Tanner2014-02-181-4/+4
|/
* Handle implicit localhost when using '-i host,' syntaxJames Cammarata2014-01-301-9/+13