7 lines
243 B
YAML
7 lines
243 B
YAML
- name: deploy 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
|
|
|