updated ssh key
This commit is contained in:
parent
c890af6307
commit
88cf27995f
@ -4,9 +4,10 @@
|
|||||||
path: ~/.ssh
|
path: ~/.ssh
|
||||||
mode: 0700
|
mode: 0700
|
||||||
state: directory
|
state: directory
|
||||||
- name: Ensure the "bryanpedini@bryanbox.home.bjphoster.cloud" key is present
|
- name: Ensure the "bryanpedini@bryanbox.home.infra.bjphoster.cloud" key is present
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: ~/.ssh/authorized_keys
|
path: ~/.ssh/authorized_keys
|
||||||
mode: 0600
|
mode: 0600
|
||||||
value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF6KIOHTpybQPsEwCftOr9+43s1Br/PNjcGg24NboVh2 bryanpedini@bryanbox.home.bjphoster.cloud
|
value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuad05527ZlLMfVh9fOlDapVBdQ3dEAyoyZfNvoxqBQ bryanpedini@bryanbox.home.infra.bjphoster.cloud
|
||||||
|
state: present
|
||||||
create: true
|
create: true
|
||||||
|
Loading…
Reference in New Issue
Block a user