mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
32 lines
442 B
YAML
32 lines
442 B
YAML
---
|
|
galaxy_info:
|
|
author: Ansible
|
|
description: AWX role for AWX Operator for Kubernetes.
|
|
company: Red Hat, Inc.
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.8
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags:
|
|
- tower
|
|
- controller
|
|
- awx
|
|
- ansible
|
|
- backup
|
|
- automation
|
|
|
|
dependencies: []
|
|
|
|
collections:
|
|
- kubernetes.core
|
|
- operator_sdk.util
|