observability.svc.plus/roles/node_remove/meta/main.yml
2026-02-01 20:53:55 +08:00

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
...