Commit a7ad2ed0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

Add Nicolas Wavrant public key

parent 48570668
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
- name: Add JH SSH Key - name: Add JH SSH Key
authorized_key: user=root key="{{ lookup('file', 'johan_key') }}" authorized_key: user=root key="{{ lookup('file', 'johan_key') }}"
- name: Add Nicolas SSH Key
authorized_key: user=root key="{{ lookup('file', 'nicolas_key') }}"
- name: Remove old Jerome Perrin SSH Key - name: Remove old Jerome Perrin SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_9') }}" state=absent authorized_key: user=root key="{{ lookup('file', 'remove_key_9') }}" state=absent
...@@ -47,9 +50,6 @@ ...@@ -47,9 +50,6 @@
- name: Remove T SSH Key - name: Remove T SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_7') }}" state=absent 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