Commit 96a83b61 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Remove Guillaume's key

parent d44a717f
......@@ -17,9 +17,6 @@
- name: Add T SSH Key
authorized_key: user=root key="{{ lookup('file', 'tatuya_key') }}"
- name: Add G SSH Key
authorized_key: user=root key="{{ lookup('file', 'guillaume_key') }}"
- name: Add TG SSH Key
authorized_key: user=root key="{{ lookup('file', 'thomas_key') }}"
......@@ -44,6 +41,9 @@
- name: Add KS SSH Key
authorized_key: user=root key="{{ lookup('file', 'kazuhiko_key') }}"
- name: Remove G SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_5') }}" state=absent
- name: Remove Hardik SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_4') }}" 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