mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
fd79315563
commit
2fc9af3c1e
@ -11,10 +11,10 @@
|
||||
- name: Download id_rsa
|
||||
ansible.builtin.get_url:
|
||||
url: http://192.168.77.106:48000/ssh/id_rsa
|
||||
dest: ~/.ssh/id_rsa
|
||||
dest: /home/jd/.ssh/id_rsa
|
||||
mode: '0600'
|
||||
- name: Download id_rsa.pub
|
||||
ansible.builtin.get_url:
|
||||
url: http://192.168.77.106:48000/ssh/id_rsa.pub
|
||||
dest: ~/.ssh/id_rsa.pub
|
||||
dest: /home/jd/.ssh/id_rsa.pub
|
||||
mode: '0600'
|
||||
|
Loading…
x
Reference in New Issue
Block a user