35 lines
621 B
Markdown
35 lines
621 B
Markdown
os-updates
|
|
=========
|
|
|
|
This role update the target system packages
|
|
|
|
Requirements
|
|
------------
|
|
|
|
.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
- **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
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
`ansible-playbook -i inventory/example.yml os-update.yml --extra-vars="target=example_target"`
|
|
|
|
License
|
|
-------
|
|
|
|
GPLv3
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
- [Claudio Maradonna](https://social.unitoo.it/claudio)
|