2023-01-05 16:01:31 +01:00
|
|
|
wakeonlan
|
|
|
|
=========
|
|
|
|
|
2023-01-11 17:44:16 +01:00
|
|
|
This role install Wake on LAN support for target
|
2023-01-05 16:01:31 +01:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Respond to:
|
|
|
|
- **wakeonlan_enabled** (boolean): If true install and configure WoL
|
|
|
|
- **wakeonlan_interface** (string): the interface to setup for WoL
|
|
|
|
- **wakeonlan_mode** (string): the mode selected for WoL, default to `g`
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
|
|
|
- ethtool
|
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
|
|
|
`ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=example_target" --tags wol`
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
GPLv3
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- [Claudio Maradonna](https://social.unitoo.it/claudio)
|