community.general/lib/ansible/modules
Barney Sowood 158cd59994 Add Windows AD Domain facts for membership and server type (#23500)
* Add Windows Domain facts for membership and server type

Adds additional facts to setup.ps1 for Windows hosts

 * ansible_windows_domain_member - returns true if machine is domain
   joined
 * ansible_windows_domain_role - indicates role of machine in domain

Roles list is taken from
https://technet.microsoft.com/en-us/library/ee198796.aspx and will
return sensible values for non domain joined machines too.

* Use $win32_cs rather than Get-CimInstance Win32_ComputerSystem for consistency
2018-01-01 20:20:06 -05:00
..
cloud docfixes: spelling, width (#34301) 2017-12-29 21:44:21 -05:00
clustering Remove diff and request data. Add more return docs. (#34230) 2017-12-25 21:50:58 -05:00
commands Remove shell module specialcases 2017-12-21 20:42:44 -08:00
crypto add usage example for the assertonly provider (#34092) 2017-12-21 13:38:15 +10:00
database influxdb: new module influxdb_write (#33800) 2017-12-22 08:20:18 +01:00
files Add gr_name and pw_name in find module 2017-12-21 17:00:25 -05:00
identity FreeIPA: Add CNAME, DNAME and A6 as record type (#34236) 2017-12-27 16:32:11 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Deprecate check_invalid_arguments (#34004) 2017-12-19 14:36:02 -08:00
net_tools nmcli: Add 'type' as required param for few ops (#33796) 2017-12-22 02:07:50 -05:00
network Add module mlnxos_lldp_interface for managing lldp interfaces configuration (#34179) 2017-12-29 10:51:31 +05:30
notification osx_say: add espeak support, rename module to say (#33071) 2017-12-09 13:45:31 +00:00
packaging Add comment on auto_import_key for .repo files in zypper_repository (#33941) 2017-12-22 01:05:47 -05:00
remote_management Ucsm WWNN/WWPN pools (#34017) 2017-12-21 21:34:13 +01:00
source_control Fixed typo on git module doc (#34039) 2017-12-19 17:44:06 +01:00
storage Deprecate check_invalid_arguments (#34004) 2017-12-19 14:36:02 -08:00
system Adding param "rule_num" for insert action to iptables module (#33708) 2017-12-15 16:08:40 -06:00
utilities fix ci, duplicate exception checking was merged in wait_for (my fault) 2017-12-13 09:53:39 -08:00
web_infrastructure Remove params option from examples 2017-12-19 12:04:14 -08:00
windows Add Windows AD Domain facts for membership and server type (#23500) 2018-01-01 20:20:06 -05:00
__init__.py