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/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
8 years ago
..
a10
asa New module asa_command (#2306) 9 years ago
citrix
f5 Adds style conventions to bigip_pool (#2537) 9 years ago
netconf netconf module with edit-config operation (#2103) 9 years ago
__init__.py
cloudflare_dns.py cloudflare_dns: Improve error handling (#2470) 9 years ago
dnsimple.py
dnsmadeeasy.py
haproxy.py fail when backend host is not found (#1385) 9 years ago
ipify_facts.py
lldp.py
nmcli.py
openvswitch_bridge.py Define external_ids ’type' in openvswitch_bridge (#2523) 9 years ago
openvswitch_db.py
openvswitch_port.py Update openvswitch_port with tag feature (#2522) 9 years ago
snmp_facts.py
wakeonlan.py wakeonlan: New module to send out magic WOL packets (#2271) 8 years ago