Commit 3b543515 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: remove LNW SSH key

parent 7cdf13d8
......@@ -20,9 +20,6 @@
- name: Add LNC SSH Key
authorized_key: user=root key="{{ lookup('file', 'luke_chronos_key') }}"
- name: Add LNW SSH Key
authorized_key: user=root key="{{ lookup('file', 'luke_web_key') }}"
- name: Add RC SSH Key
authorized_key: user=root key="{{ lookup('file', 'romain_key') }}"
......@@ -38,6 +35,9 @@
- name: Add KS SSH Key
authorized_key: user=root key="{{ lookup('file', 'kazuhiko_key') }}"
- name: Remove LNW SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_8') }}" state=absent
- name: Remove T SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_7') }}" 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