Skip to content

Commit

Permalink
Update README.md for collection style, add galaxy.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 1, 2024
1 parent 34b762e commit 742fd73
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# uki-config
# tofugarden.secureboot

This repository contains an Ansible role to configure direct UKI booting on Fedora 40.
This repository contains an Ansible roles to configure secure boot.

## Overview

The `uki_config` role does the following high-level things:
Currently, only omne role is provided by this collection: `uki_config`. It does the following
high-level things:

1. Enroll a valid machine owner key (MOK) for image signing
2. Configure `kernel-install` to generate a unified kernel image (UKI) instead of a separate
Expand Down
32 changes: 32 additions & 0 deletions galaxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
namespace: tofugarden

name: secureboot

version: 0.0.1

readme: README.md

authors:
Christopher Palmer-Richez tofu.ansible@chorky.net @crichez

description: A collection related to secure boot management.

license:
- GPL-3.0-only

tags:
- secureboot
- mok
- shim
- tpm
- uki

dependencies:
community.crypto: "9.2.0 <10.0.0"
community.general: "2.21.1 <3.0.0"

repository: https://github.com/crichez/tofugarden.secureboot.git

documentation: https://github.com/crichez/tofugarden.secureboot

issues: https://github.com/crichez/tofugarden.secureboot/issues

0 comments on commit 742fd73

Please sign in to comment.