Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 26, 2024
1 parent 68cd5a7 commit 879e376
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[![Molecule](https://github.com/escalate/ansible-raspberry-ssh-login/actions/workflows/molecule.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ansible-raspberry-ssh-login/actions/workflows/molecule.yml)
[![Test](https://github.com/escalate/ansible-raspberry-ssh-login/actions/workflows/test.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ansible-raspberry-ssh-login/actions/workflows/test.yml)

# Ansible Role: Raspberry - SSH Login

An Ansible role that manages ssh login on Raspberry Pi OS (Debian Bookworm).

## Install

```
$ ansible-galaxy install escalate.ssh_login
```

## Role Variables

Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-ssh-login/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
Expand All @@ -21,6 +15,12 @@ This role relies on the following dependencies:
* Roles: None
* Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-ssh-login/blob/master/requirements.yml)

## Installation

```
$ ansible-galaxy role install escalate.ssh_login
```

## Example Playbook

```
Expand Down

0 comments on commit 879e376

Please sign in to comment.