Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit e8be937

Browse files
authored
Rename role, add collection metadata (#23)
1 parent 6aa2c5a commit e8be937

38 files changed

+23
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ artifacts/
99
context/
1010
*.log
1111
*+00:00.json
12+
*.swp
13+
.vscode/
14+
redhat-artifact_signer-*.tar.gz

galaxy.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
namespace: redhat
3+
name: artifact_signer
4+
version: 0.0.1
5+
6+
readme: README.md
7+
authors:
8+
- Red Hat
9+
- TODO
10+
description: TODO
11+
license_file: TODO
12+
tags: [sigstore, tas, rhtas, security, cosign]
13+
dependencies: {}
14+
15+
repository: https://github.com/securesign/sigstore-ansible/
16+
documentation: http://TODO.com
17+
homepage: https://TODO.com
18+
issues: https://github.com/securesign/sigstore-ansible/issues
19+
20+
build_ignore: [ansible.cfg, .github, .gitignore, .vscode, inventory, main.tf, playbooks, requirements.yml]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)