7 lines
213 B
YAML
7 lines
213 B
YAML
# hosts/roles/titan_jh/tasks/main.yaml
|
|
---
|
|
- name: Placeholder for jumphost hardening
|
|
ansible.builtin.debug:
|
|
msg: "Harden SSH, manage bastion tooling, and configure audit logging here."
|
|
tags: ['jumphost']
|