-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
39 lines (34 loc) · 902 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: dubzland
name: vault
version: "1.0.1"
readme: README.md
authors:
- Josh Williams <[email protected]>
description: Installs and configures the HashiCorp Vault secret server.
license_file: LICENSE
tags:
- linux
- debian
- ubuntu
- vault
dependencies:
"community.general": "*"
"dubzland.utils": "*"
repository: https://git.dubzland.com/dubzland/ansible-collection/ault
# The URL to any online docs
documentation: |
https://docs.dubzland.io/ansible-collections/collections/dubzland/vault/
# The URL to the homepage of the collection/project
homepage: https://git.dubzland.com/dubzland/ansible-collections/vault
# The URL to the collection issue tracker
issues: https://git.dubzland.com/dubzland/ansible-collections/vault/-/issues
build_ignore:
- .ansible-lint
- .cache
- .gitignore
- .gitlab-ci.yml
- .venv
- .yamllint
- requirements-*.txt
- extensions