bitwarden

This commit is contained in:
jaydee
2024-12-10 13:19:35 +01:00
parent f4a17b16df
commit 88af9ed79d
7 changed files with 40 additions and 20 deletions

View File

@ -1,4 +1,4 @@
- hosts: "{{ hosts }}"
- hosts: datacenter
tasks:
# Deploy SSH Key
# --
@ -9,12 +9,12 @@
mode: '0700'
- name: Download id_rsa
ansible.builtin.get_url:
url: http://192.168.77.106:48000/ssh/id_rsa
url: http://192.168.77.101:48000/ssh/id_rsa
dest: ~/.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
url: http://192.168.77.101:48000/ssh/id_rsa.pub
dest: ~/.ssh/id_rsa.pub
mode: '0600'
- name: get remote file contents