1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-borg/tasks/client_init.yml

12 lines
253 B
YAML

---
- name: generate borg ssh key on client
openssh_keypair:
owner: root
mode: 0400
path: /root/.ssh/borg
type: ed25519
register: borg_ssh_key
- name: reload ansible_local
setup: filter=ansible_local
#when: borg_ssh_key.changed