-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
44 lines (39 loc) · 1011 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
40
41
42
43
44
---
namespace: dubzland
name: openstack
version: "1.1.0"
readme: README.md
authors:
- Josh Williams <jdubz@dubzland.com>
description: Installs and configures the OpenStack cloud computing platform.
license:
- MIT
tags:
- linux
- debian
- ubuntu
- openstack
- devops
dependencies:
ansible.posix: "*"
community.general: "*"
community.mysql: "*"
openstack.cloud: "*"
openvswitch.openvswitch: "*"
repository: https://git.dubzland.com/dubzland/ansible-collections/openstack
# The URL to any online docs
documentation: |
https://docs.dubzland.io/ansible-collections/collections/dubzland/openstack/
# The URL to the homepage of the collection/project
homepage: https://git.dubzland.com/dubzland/ansible-collections/openstack
# The URL to the collection issue tracker
issues: https://git.dubzland.com/dubzland/ansible-collections/openstack/-/issues
build_ignore:
- .ansible-lint
- .cache
- .gitignore
- .gitlab-ci.yml
- .venv
- .yamllint
- requirements-*.txt
- extensions