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

Rename role, add collection metadata #23

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ artifacts/
context/
*.log
*+00:00.json
*.swp
.vscode/
redhat-artifact_signer-*.tar.gz
20 changes: 20 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
namespace: redhat
name: artifact_signer
version: 0.0.1

readme: README.md
authors:
- Red Hat
- TODO
description: TODO
license_file: TODO
tags: [sigstore, tas, rhtas, security, cosign]
dependencies: {}

repository: https://github.com/securesign/sigstore-ansible/
documentation: http://TODO.com
homepage: https://TODO.com
issues: https://github.com/securesign/sigstore-ansible/issues

build_ignore: [ansible.cfg, .github, .gitignore, .vscode, inventory, main.tf, playbooks, requirements.yml]
Loading