Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « handlers « destroy « roles « benchmarking « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2bb0d1825632a524348c7ea10339c74fcd6a2b0 (plain)
1
2
3
4
5
---
- name: Remove SSH keys from known hosts
  command: "ssh-keygen -R {{ item }}"
  loop: "{{ groups['gitaly'] | list + groups['client'] }}"
  listen: remove hostkeys