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

Remove old keys

parent 96a83b61
...@@ -8,15 +8,9 @@ ...@@ -8,15 +8,9 @@
- name: Add A SSH Key - name: Add A SSH Key
authorized_key: user=root key="{{ lookup('file', 'alain_key') }}" authorized_key: user=root key="{{ lookup('file', 'alain_key') }}"
- name: Add N SSH Key
authorized_key: user=root key="{{ lookup('file', 'nicolas_key') }}"
- name: Add Y SSH Key - name: Add Y SSH Key
authorized_key: user=root key="{{ lookup('file', 'yusei_key') }}" authorized_key: user=root key="{{ lookup('file', 'yusei_key') }}"
- name: Add T SSH Key
authorized_key: user=root key="{{ lookup('file', 'tatuya_key') }}"
- name: Add TG SSH Key - name: Add TG SSH Key
authorized_key: user=root key="{{ lookup('file', 'thomas_key') }}" authorized_key: user=root key="{{ lookup('file', 'thomas_key') }}"
...@@ -41,6 +35,12 @@ ...@@ -41,6 +35,12 @@
- name: Add KS SSH Key - name: Add KS SSH Key
authorized_key: user=root key="{{ lookup('file', 'kazuhiko_key') }}" authorized_key: user=root key="{{ lookup('file', 'kazuhiko_key') }}"
- name: Remove T SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_7') }}" state=absent
- name: Remove N SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_6') }}" state=absent
- name: Remove G SSH Key - name: Remove G SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_5') }}" state=absent authorized_key: user=root key="{{ lookup('file', 'remove_key_5') }}" 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