-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgalaxy.yml
More file actions
34 lines (23 loc) · 1021 Bytes
/
galaxy.yml
File metadata and controls
34 lines (23 loc) · 1021 Bytes
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
---
namespace: onepassword
# The name of the collection.
name: connect
# The version of the collection. Must be compatible with semantic versioning
version: "2.3.0"
readme: README.md
authors:
- 1Password <support@1password.com>
description: Modules for managing and reading 1Password Vaults with 1Password Connect.
license_file: LICENSE.md
tags: [security, onepassword, secrets, onepasswordconnect, connect]
dependencies: {}
repository: https://github.com/1Password/ansible-onepasswordconnect-collection
# The URL to any online docs
documentation: https://github.com/1Password/ansible-onepasswordconnect-collection
# The URL to the homepage of the collection/project
homepage: https://1password.com/secrets
# The URL to the collection issue tracker
issues: https://github.com/1Password/ansible-onepasswordconnect-collection/issues
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact.
build_ignore: [scripts, .venv, venv, .*, tests]