This commit is contained in:
2021-05-10 22:02:50 +02:00
parent 2d6d5bc539
commit d389cb2361

View File

@@ -32,7 +32,4 @@
- name: deploy ssh key
authorized_key:
user: ansible
key: "{{ item }}"
loop:
- "{{ lookup( 'file', '~/.ssh/id_rsa.pub' ) }}"
- "https://infra.opendoor.fr/id_rsa.pub"
key: "https://infra.opendoor.fr/id_rsa.pub"