ansible-zero-trust/roles/ssh_step
GregoryDosh 981f336d5a
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
fix: add some validation for vars, also move cron to every 4 hours for better consistency in lab
2025-12-05 15:43:43 -06:00
..
defaults fix: add some validation for vars, also move cron to every 4 hours for better consistency in lab 2025-12-05 15:43:43 -06:00
handlers feat: Initial Release 🌈🐻 [skip-ci] 2025-11-18 22:23:34 -06:00
tasks fix: add some validation for vars, also move cron to every 4 hours for better consistency in lab 2025-12-05 15:43:43 -06:00
templates/etc/step-ca/scripts feat: add basic crontab renewal script for acme/ssh scripts 2025-11-24 15:25:00 -06:00
README.md feat: Initial Release 🌈🐻 [skip-ci] 2025-11-18 22:23:34 -06:00

Ansible Role dosh_llc.ansible_zero_trust.ssh_step

Configures a Zero Trust ssh environment using step-cli.

Installation

Read the Collection README.md for installation instructions.

Examples

- name: Zero Trust - SSH step-cli
  hosts: all
  tasks:
    - ansible.builtin.include_role:
        name: dosh_llc.ansible_zero_trust.ssh_step
  tags:
    - zero-trust