Merge pull request #7861 from cchurch/devel

Windows Remote Support
This commit is contained in:
Michael DeHaan
2014-06-19 22:10:41 -05:00
58 changed files with 2758 additions and 128 deletions

View File

@@ -54,6 +54,9 @@ notes:
install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your
remote systems. (See also M(facter) and M(ohai).)
- The filter option filters only the first level subkey below ansible_facts.
- If the target host is Windows, you will not currently have the ability to use
C(fact_path) or C(filter) as this is provided by a simpler implementation of the module.
Different facts are returned for Windows hosts.
author: Michael DeHaan
'''