Commit 03a34149 authored by Jérome Perrin's avatar Jérome Perrin

playbook: remove an old ssh key

parent 4959ee1c
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAtzFUPi5bPxSEjIEEeRJor1GqliP2n+7FWeHI9IlhgbsBGvGtXx6BKDO7YBfi3ZsMW1IMGAAa5vyg914vM3c/8sqcwFrphgFZRZrYEBRuoDtYn6qlwOlHecIp/ZelWfm+jrn2aCYIPhsfQ6GUJmW6Q0IlGq0CANTi3dQdyZVL2jM9uacp/vFaM0wGwo9saOiLrz+mI9AZMlKQwp8rJPtjKTrraxJ7ctrAiMbmC1GQkPiJ8VTubcuwDOlveH4DWz+JpPFPn14++J/xEgUWX72IqaIzUSS6Ux+7xCPzdM/qkjSNhJhSo8ylgtBKDtLD9suI0qzjBFXdF+ZEeBkeOszn
\ No newline at end of file
......@@ -44,6 +44,9 @@
- name: Add LX SSH Key
authorized_key: user=root key="{{ lookup('file', 'lu_key') }}"
- name: Remove old TA SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_11') }}" state=absent
- name: Remove old Georgios Dagkakis SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_10') }}" 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