ansible/network
Dag Wieers 54ce5c88d5 wakeonlan: New module to send out magic WOL packets (#2271)
* New module wakeonlan to send out magic WOL packets

For a local project managing desktop Windows systems at an elementary school, we want to send out wake-on-lan packets to all systems before continuing using Ansible.

That is the purpose of this module.

PS We can make this module idempotent by implementing arping support using scapy. At some point I may add this, at this time I simply plan on using wait_for to check if the system is online.

* Improved documentation and notes

* Improve the documentation a bit

* Fix Travis warnings and review remarks

* Fix exception handling to support both python2 and python3

* Documentation changes
2016-07-14 09:24:08 -04:00
..
a10 minor docfixes 2016-02-18 09:28:21 -08:00
asa New module asa_command (#2306) 2016-07-11 12:55:45 -04:00
citrix be explicit about urllib import and remove conditional urllib(2) import 2015-06-19 09:01:08 -07:00
f5 Adds style conventions to bigip_pool (#2537) 2016-07-09 09:21:10 +02:00
netconf netconf module with edit-config operation (#2103) 2016-06-01 12:17:38 -04:00
__init__.py Fix rename error. 2014-11-04 17:27:51 -05:00
cloudflare_dns.py cloudflare_dns: Improve error handling (#2470) 2016-06-23 22:15:55 +02:00
dnsimple.py New json_fail syntax for dnsimple module 2016-03-07 14:20:33 +11:00
dnsmadeeasy.py removed comment 2016-01-12 09:43:10 -05:00
haproxy.py fail when backend host is not found (#1385) 2016-05-31 12:26:25 -04:00
ipify_facts.py Update for modules which import json. 2016-01-11 13:06:22 -08:00
lldp.py Add lldpctl to requirements. 2015-08-10 16:34:41 -04:00
nmcli.py Fix gw4/gw6 typo (#1841) 2016-05-20 08:46:52 -04:00
openvswitch_bridge.py Define external_ids ’type' in openvswitch_bridge (#2523) 2016-07-08 00:33:24 +02:00
openvswitch_db.py removed extra syslog message and DOCUMENTATION variable 2015-09-09 14:28:50 -07:00
openvswitch_port.py Update openvswitch_port with tag feature (#2522) 2016-07-06 07:14:31 +02:00
snmp_facts.py Fix typo 2016-02-19 02:09:51 +01:00
wakeonlan.py wakeonlan: New module to send out magic WOL packets (#2271) 2016-07-14 09:24:08 -04:00