Commit da3b2c1a authored by Xiaowu Zhang's avatar Xiaowu Zhang

Add Xiaowu Zhang ssh public key

parent de4077de
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUkd5cZeM+B5GxXWc49E0OLl0BgoU7IczvwL5IaAM9JlCGGJ3dZk8ER3h0rnqRuQ1y5qwb5WnAtpkCGL2jYDseyQkjcCa92GPJdxdXL5n/CghzTFeI0v1d4CLxhYD84Inn2kCQcQGoJNj5U1JIRlt8HwJbr1Wnu4yggzSzOv4mQaX0AtC1JMu3zM7MCV2CgF7N5jtU/e2b1M8M45Soxy/h7xEeMxbGJBZt5MsLSpM5MChVqkZ61Qw5HOSuUeKSUaZd3/FOckIq0ujBOzFxn4inlTIRgZChp7fVrADCD/r+VLmpUw5Ld0IdW+KKBkJZfTVhSk6mdt4mFqS2JxZg4MkZ root@localhost
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
- name: Add Jerome Perrin SSH Key - name: Add Jerome Perrin SSH Key
authorized_key: user=root key="{{ lookup('file', 'jerome_perrin_key') }}" authorized_key: user=root key="{{ lookup('file', 'jerome_perrin_key') }}"
- name: Add Xiaowu Zhang SSH Key
authorized_key: user=root key="{{ lookup('file', 'xiaowu_zhang_key') }}"
- name: Remove old G Key - name: Remove old G Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_2') }}" state=absent authorized_key: user=root key="{{ lookup('file', 'remove_key_2') }}" 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