

Can include wildcard to match multiple packages. server_update_apt_install_pkgs: List of packages to ONLY update or install (each on separate line).install: only install from list in variable server_update_apt_install_pkgs.update_specific: only update from list in variable server_update_apt_install_pkgs.full: update all packages using "apt-get dist-upgrade".server_update_apt_default: full|update_specific|install (default full).Can include wildcard (but use ^ to begin match or a lot will match) to match multiple packages. server_update_apt_exclude_pkgs: List of packages to not update (each on separate line).set true if using exclude list below (default false) server_update_apt_exclude_default: true|false.server_update_yum_install_pkgs: comma separated string of packages to ONLY update.server_update_yum_exclude_pkgs: comma separated string of packages to exclude from update.server_update_reboot_reboot_timeout: Maximum time (in seconds) to wait for server to reboot.server_update_reboot_post_reboot_delay: Time (in seconds) to wait after rebooting.server_update_reboot_pre_reboot_delay: Time (in seconds) to wait before rebooting.server_update_reboot_pre_delay: Time (in seconds) to wait before running tasks in this role.reboot_default: true|false (default true).update_default: true|false (default true).debug_enabled_default: true|false (default false).
