homeserver/playbooks/on-off/remove_old_ssh_key.yml
mg d4873c27a8 Nacharbeiten: ssh-key Wechsel (#321)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#321
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-01-28 16:49:15 +01:00

13 lines
326 B
YAML

---
- hosts: all
become: yes
tasks:
- name: Set authorized key taken from file
become: yes
ansible.posix.authorized_key:
user: mg
state: present
key: "{{ lookup('file', '/home/mg/ansible/playbooks/on-off/new_ssh_key') }}"
exclusive: true #entferne alle keys bis auf diesen