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
Michael DeHaan 533c2c6126 Make it possible to use facts from hosts in templates for other hosts.
It works like this:

{{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}
13 years ago
..
__init__.py Bump release to 0.0.2 13 years ago
callbacks.py Warn if no hosts matched 13 years ago
connection.py Fixes to make ports DWIM. 13 years ago
constants.py Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. 13 years ago
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 13 years ago
inventory.py Support dicts in inventory vars. 13 years ago
playbook.py Make it possible to use facts from hosts in templates for other hosts. 13 years ago
runner.py Make it possible to use facts from hosts in templates for other hosts. 13 years ago
utils.py Make it possible to use facts from hosts in templates for other hosts. 13 years ago