Commit 0c84e03f authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Update vifib Team keys

parent 5fe5177f
......@@ -14,6 +14,9 @@
- name: Add T SSH Key
authorized_key: user=root key="{{ lookup('file', 'tatuya_key') }}"
- name: Remove H Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_1') }}" state=absent
- name: Remove C Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_0') }}" 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