24 lines
500 B
Markdown
24 lines
500 B
Markdown
<!--
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
-->
|
|
|
|
# Ansible Role `dosh_llc.ansible_zero_trust.ssh_step`
|
|
|
|
Configures a Zero Trust ssh environment using `step-cli`.
|
|
|
|
## Installation
|
|
|
|
Read the [Collection README.md](../../README.md) for installation instructions.
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
- name: Zero Trust - SSH step-cli
|
|
hosts: all
|
|
tasks:
|
|
- ansible.builtin.include_role:
|
|
name: dosh_llc.ansible_zero_trust.ssh_step
|
|
tags:
|
|
- zero-trust
|
|
```
|