2022-11-21 17:29:55 +01:00
|
|
|
os-updates
|
2022-11-18 18:33:37 +01:00
|
|
|
=========
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
This role update the target system packages
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
.
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
**os_update_auto** (string): If 'reboot' the system will reboot after update, if 'shutdown' will shutdown, else will ignore the parameter
|
|
|
|
**os_update_auto_delay** (integer): Delay for auto reboot or shutdown
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
.
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
`ansible-playbook -i inventory/hive.yml os-update.yml --extra-vars="target=odroid"`
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
GPLv3
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2022-11-21 17:29:55 +01:00
|
|
|
- [Claudio Maradonna](https://social.unitoo.it/claudio)
|