zuul-jobs/roles/intercept-job/tasks/main.yaml
Clint Byrum 7eab57ab1e intercept-job -- self-service SSH access
This role is an attempt to allow self-service SSH access to nodes.

Change-Id: Icb6fb50b779c0bf2296e14436e4746355703f2ae
2021-04-23 15:14:06 +00:00

9 lines
200 B
YAML

- name: Check for intercept SSH key
stat:
path: "{{ intercept_job_pub_key_path }}"
register: intercept_key_stat
- name: Wait
when: intercept_key_stat.stat.exists
include_tasks: wait.yaml