Commit e55ef3a3 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Remove KW SSH Key from the team

parent c6cd6bd5
......@@ -29,9 +29,6 @@
- name: Add Xiaowu Zhang SSH Key
authorized_key: user=root key="{{ lookup('file', 'xiaowu_zhang_key') }}"
- name: Add KW SSH Key
authorized_key: user=root key="{{ lookup('file', 'klaus_key') }}"
- name: Add KS SSH Key
authorized_key: user=root key="{{ lookup('file', 'kazuhiko_key') }}"
......@@ -44,6 +41,9 @@
- name: Add LX SSH Key
authorized_key: user=root key="{{ lookup('file', 'lu_key') }}"
- name: Remove old Klaus Woelfel SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_13') }}" state=absent
- name: Remove old Romain Courteaud SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_12') }}" 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