This commit is contained in:
2025-01-08 19:18:58 +01:00
parent 195e227c69
commit fbd878540e
4 changed files with 9 additions and 7 deletions

View File

@ -9,12 +9,12 @@
mode: '0700'
- name: Download id_rsa
ansible.builtin.get_url:
url: http://192.168.77.101:48000/ssh/id_rsa
url: http://192.168.77.238:48000/ssh/id_rsa
dest: ~/.ssh/id_rsa
mode: '0600'
- name: Download id_rsa.pub
ansible.builtin.get_url:
url: http://192.168.77.101:48000/ssh/id_rsa.pub
url: http://192.168.77.238:48000/ssh/id_rsa.pub
dest: ~/.ssh/id_rsa.pub
mode: '0600'
- name: get remote file contents