ansible-zero-trust/README.md
GregoryDosh 76664ce2c4
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
feat: add basic crontab renewal script for acme/ssh scripts
2025-11-24 15:25:00 -06:00

931 B

Ansible Collection dosh_llc.ansible_zero_trust

A collection of Ansible roles to manage the various tasks in my homelab.

Collection Installation

Ansible Galaxy - requirements.yml

Add the following snippet to Ansible Galaxy's requirements.yml file.

collections:
  - name: ssh://git@git.auengun.net/dosh-llc/ansible-zero-trust.git
    type: git
    # Note: it's better to pin to a version/commit than main.
    version: main

Then install using ansible-galaxy.

ansible-galaxy collection install -r requirements.yml

Roles

dosh_llc.ansible_zero_trust.ssh_step