8 lines
288 B
YAML
8 lines
288 B
YAML
---
|
|
- name: deploy infrastructure authorized keys
|
|
tags: [ "infrastructure_authorized_keys" ]
|
|
ansible.posix.authorized_key:
|
|
state: present
|
|
user: chaos
|
|
exclusive: true
|
|
key: https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/raw/branch/trunk/authorized_keys
|