Commit c725e6eb authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Remove unused key

parent 579aaf9c
......@@ -29,15 +29,15 @@
- 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: Add Jerome Perrin SSH Key
authorized_key: user=root key="{{ lookup('file', 'jerome_perrin_key') }}"
- name: Add Xiaowu Zhang SSH Key
authorized_key: user=root key="{{ lookup('file', 'xiaowu_zhang_key') }}"
- name: Remove VB SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_3') }}" state=absent
- 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