Skip to content

Commit

Permalink
Remove non-applicable warnings, fix typo.
Browse files Browse the repository at this point in the history
The warnings on unusal layout and playbok location have been removed,
since those issues have been fixed.
  • Loading branch information
Christopher Palmer-Richez committed Aug 1, 2024
1 parent 742fd73 commit 2b09efa
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains an Ansible roles to configure secure boot.

## Overview

Currently, only omne role is provided by this collection: `uki_config`. It does the following
Currently, only one 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
Expand All @@ -21,18 +21,6 @@ This role requires that secure boot be enabled on each host. There are not many
use UKIs without secure boot, so this was assumed. If you would like support for unsigned
UKIs, please submit an issue/PR.

### Layout

This repository does not (yet?) use the standardized collection directory structure. Instead,
the role is stored in `./roles/uki_config` relative to the project root. This should make it
easy to import for use in your own playbook.

### Examples

A test playbook is provided in the project root, under the name `playbook.yaml`. It is configued
to run the role with default arguments for all hosts in a "test" group. An inventory file is not
provided.

### Interaction

This playbook may require manual administrator interaction. If you choose to generate a new MOK
Expand Down

0 comments on commit 2b09efa

Please sign in to comment.