configurations-ansible/roles/os-updates
2022-11-21 17:54:00 +01:00
..
defaults updated README os-updates roles; optimized variables for same role 2022-11-21 17:29:55 +01:00
handlers
meta
tasks updated README os-updates roles; optimized variables for same role 2022-11-21 17:29:55 +01:00
tests
vars
.travis.yml
README.md fix typo inside multiple README; update last READMEs; update yggdrasil task to explicit uninstall yggdrasil with var 2022-11-21 17:54:00 +01:00

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