ansible-zero-trust/roles/ssh_step/tasks/main.yml
GregoryDosh ca2a15469b
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 5s
feat: add zt renewal helper scripts
2025-11-18 22:42:55 -06:00

10 lines
544 B
YAML

# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 Dosh LLC
---
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install-deps.yml"
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate-config.yml"
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-bootstrap-host-trust.yml"
when: STEP_BOOTSTRAP_HOST | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-cert-create.yml"
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-cert-renew.yml"