Commit 674ba3a7 authored by Nicolas Wavrant's avatar Nicolas Wavrant

playbook: Adds Nicolas Wavrant's ssh key in vifib team

parent 2ca9d77f
Pipeline #1205 skipped
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAb/Yzsf5GzLgeUULMQX+CEv/s8J4BM/92s5x2K86fCe3C2BHnItu7i5+VLtnezikFktU81tlVJSdwPXOGNIg6lTARAaiBc+/7f0ShiNEZjD6cDu7TLs7H04Q6FAiWggnlZ+Rjr7dICG7iW4XbyHgvF7YEWuOKenxMGTr6Fwi55ZXa2JF67ORDvpu7NbRpZZntvfH4hD+TM1u3ysUr4YyDB4iOG5erQNsEtZ+yRaE/Kr3lifVdXmCn0y3Cww2lfpvGJTTCWvFdpV484iXVanoCa/ZPMbYTRbFGLjxGF81Bi+ms9EQYI2Kp5hZFi6IQNAQuLvHqjs3I0fi+uzl5Nh2B nicolas.wavrant@nexedi.com
......@@ -5,6 +5,9 @@
- name: Add A SSH Key
authorized_key: user=root key="{{ lookup('file', 'alain_key') }}"
- name: Add N SSH Key
authorized_key: user=root key="{{ lookup('file', 'nicolas_key') }}"
- name: Remove C Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_0') }}" 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