2023-11-11 00:23:20 +01:00
|
|
|
- name: deploy infrastructure authorized keys
|
|
|
|
ansible.posix.authorized_key:
|
|
|
|
state: present
|
|
|
|
user: chaos
|
|
|
|
exclusive: true
|
2024-05-10 19:18:54 +02:00
|
|
|
key: https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/raw/branch/trunk/authorized_keys
|
2023-11-11 00:23:20 +01:00
|
|
|
|