-
Notifications
You must be signed in to change notification settings - Fork 42
/
galaxy.yml
39 lines (39 loc) · 849 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
namespace: fitbeard
name: awx
version: 1.0.0 # injected dynamically when publishing
readme: README.md
authors:
- Tadas Sutkaitis <[email protected]>
description: AWX clustering using Ansible and Docker
license:
- GPL-3.0-or-later
dependencies:
awx.awx: "24.6.1"
ansible.posix: ">=1.3.0"
community.docker: ">=3.7.0"
community.general: ">=4.5.0"
repository: https://github.com/fitbeard/awx-without-k8s
homepage: https://github.com/fitbeard/awx-without-k8s
issues: https://github.com/fitbeard/awx-without-k8s/issues
build_ignore:
- .github
- .vscode
- ansible-cache
- demo
- docker
- molecule
- .ansible-lint
- .gitignore
- .markdownlint.yml
- .python-version
- .pre-commit-config.yaml
- poetry.lock
- pyproject.toml
tags:
- application
- cloud
- infrastructure
- linux
- tools
- awx
- ansible_tower