You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
321 B
20 lines
321 B
1 year ago
|
galaxy_info:
|
||
|
role_name: upgrade_and_reboot
|
||
|
author: Eugene Zamriy
|
||
|
description: Upgrades all packages, reboots a host and waits for it to return
|
||
|
license: MIT
|
||
|
|
||
|
min_ansible_version: '2.7'
|
||
|
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- '8'
|
||
|
- '9'
|
||
|
|
||
|
galaxy_tags:
|
||
|
- reboot
|
||
|
- upgrade
|
||
|
|
||
|
dependencies: []
|