19 lines
416 B
YAML
19 lines
416 B
YAML
---
|
|
galaxy_info:
|
|
role_name: node_remove
|
|
description: remove node from pigsty
|
|
min_ansible_version: "2.9"
|
|
author: 'Ruohang Feng / @Vonng / rh@vonng.com'
|
|
license: Apache-2.0
|
|
platforms:
|
|
- name: EL
|
|
versions: [ 10, 9, 8, 7 ] # 7 is legacy/EOL
|
|
- name: Ubuntu
|
|
versions: [ 24.04, 22.04 ]
|
|
- name: Debian
|
|
versions: [ 13, 12 ]
|
|
galaxy_tags:
|
|
- pigsty
|
|
- node
|
|
- uninstall
|
|
... |