mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 13:53:12 +00:00
* Move label templates into `common` role So that there is single source of labels management, and labels are unified across the other roles * Introduce `additional_labels` * Fix paths for labels templates * Return `additional_labels_items` as list * Add molecule tests
33 lines
457 B
YAML
33 lines
457 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
|
|
- restore
|
|
- automation
|
|
|
|
dependencies:
|
|
- role: common
|
|
|
|
collections:
|
|
- kubernetes.core
|
|
- operator_sdk.util
|