community.general/lib/ansible
Seth Vidal 160470bc49 - add match_hosts() method to runner.Runner()
- add pattern parameter to self._matches() and match_hosts() so you can query
  for matches against the host list
- these are useful when writing scripts and you want to tell the user
  what hosts you will be running on before  actually executing anything.
2012-02-25 01:06:18 -05:00
..
__init__.py Move runner out of __init__.py so it's clear what classes live where. 2012-02-23 23:28:58 -05:00
constants.py Added initial stub for where playbooks will go, moved to common 2012-02-23 23:26:16 -05:00
playbook.py Upgrade output for playbook runs 2012-02-24 02:36:38 -05:00
runner.py - add match_hosts() method to runner.Runner() 2012-02-25 01:06:18 -05:00