You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/inventory
James Cammarata 5f1bbb4fcd There can be only one localhost
The changes to exclude implicit localhosts from group patterns exposed
the bug that we sometimes create multiple implicit localhosts, which
caused some bugs with things like includes, where the host was used as
an entry into a dict, so having multiple meant that the incorrect host
(with a different uuid) was found and includes were not executed for
implicit localhosts.
10 years ago
..
vars_plugins Add python3-compat boilerplate to all .py files in lib/ansible 10 years ago
__init__.py There can be only one localhost 10 years ago
dir.py skip non executable inventory when no shebang (#15969) 10 years ago
expand_hosts.py Be systematic about parsing and validating hostnames and addresses 11 years ago
group.py Mark implicitly hosts as such and exclude them from the all group 10 years ago
host.py Mark implicitly hosts as such and exclude them from the all group 10 years ago
ini.py draft add group merge priority and yaml inventory 10 years ago
script.py better error when host inventory script isnt dict 10 years ago
yaml.py made format more flexible and allow for non dict entries 10 years ago