Commit 77f7ff46 authored by Vincent Bechu's avatar Vincent Bechu Committed by Alain Takoudjou

Add Vincent Bechu public key

/reviewed-on nexedi/slapos.package!72
parent 7c49ecba
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgWMvWHV2ftxHooiP9znsRdt27ZZRhXrrFdrHP270JLS/dWTnn8nmiH8GKsqZWr05nTnPJpnuLxIFtGRiPMc8oyaHWZ665nHIJikFYzcuwrlGw6CofOOyABoKSO+SO12q+err+i8K3qI4Bf3k62dHIXH/OHk0ZUTieAGmG/GaMajSgqHgJRMkjC+KEKUvHbm4JlQUJGKb+KaXkAT/8sSzI4EpCWSmGP6R/cPJFd8IYYDxaDjD0UvpZ5RETIalPa9sh3Kc6u3ITT4eUQwEY1InghtNeP8tP1BL8th48CwsHPqV9fl9V62cFtEBoQkzLFtXhfQOZNvsPn6G4MWjknlXl vincent.bechu@nexedi.com
\ No newline at end of file
......@@ -29,6 +29,9 @@
- name: Add RC SSH Key
authorized_key: user=root key="{{ lookup('file', 'romain_key') }}"
- name: Add VB SSH Key
authorized_key: user=root key="{{ lookup('file', 'vincent_bechu_key') }}"
- name: Remove old G Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_2') }}" state=absent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment