-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
32 lines (17 loc) · 857 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
namespace: dseeley
name: ansible_vault_pipe
version: 0.0.0 # This is automatically filled by Jenkins on galaxy release with the current git release tag number.
readme: README.md
authors:
- Dougal Seeley <github@dougalseeley.com>
description: An Ansible action plugin to perform ansible-vault encrypt/decrypt operations inside a playbook. Can use either user-provided id/pass, or can use already-loaded vault secrets.
#license:
#- BSD-3-Clause
license_file: 'LICENSE'
tags: ['cloud', 'security', 'system']
dependencies: {}
repository: https://github.com/dseeley/ansible_vault_pipe
documentation: https://github.com/dseeley/ansible_vault_pipe/blob/master/README.md
homepage: https://github.com/dseeley/ansible_vault_pipe
issues: https://github.com/dseeley/ansible_vault_pipe/issues
build_ignore: [ '.idea', '.gitignore', 'Dockerfile*' ]