Files
operating-automation/roles/manage-ssh-keys/tasks/main.yml
2026-02-20 13:56:27 +01:00

10 lines
236 B
YAML

---
# Main task of the role: modular structure with subtasks
- name: Validate SSH keys
import_tasks: validate-keys.yml
- name: Add good keys
import_tasks: add-goodkeys.yml
- name: Remove bad keys
import_tasks: remove-badkeys.yml