finalgene.linux_patchday
Ansible Role linux_patchday
Description
This role helps you patch and update Linux systems.
Installation
ansible-galaxy install finalgene.linux_patchday
Requirements
None
Role Variables
Variable | Type | Default | Comments |
---|---|---|---|
linux_patchday_distro_upgrade | boolean | false |
Set to true if you want to perform a distribution update. |
linux_patchday_distro_release | string | Specify the target release name for the distribution update, e.g., buster . |
|
reboot_timeout | integer | 300 |
Maximum seconds to wait for the machine to reboot and respond. |
pre_reboot_delay | integer | 0 |
Seconds to wait before the reboot occurs. |
post_reboot_delay | integer | 30 |
Seconds to wait after a successful reboot before checking if the system is up again. |
reboot_test_command | string | uptime |
Command to run on the rebooted host to check if it is ready for more tasks. |
Dependencies
None
Example Playbook
- hosts: all
roles:
- role: finalgene.linux_patchday
Author
License
This project is licensed under the MIT License. See the LICENSE file for details.
Copyright
(c) 2022, final gene
Installa
ansible-galaxy install finalgene.linux_patchday
Licenza
mit
Download
585
Proprietario
Software Development