Add a role for deploying infrastructure authorized keys and use it
This commit is contained in:
parent
89f1b1b299
commit
bb95923807
5 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
- name: deploy infrastructure authorized keys
|
||||
ansible.posix.authorized_key:
|
||||
state: present
|
||||
user: chaos
|
||||
exclusive: true
|
||||
key: https://gitlab.hamburg.ccc.de/ccchh/infrastructure-authorized-keys/-/raw/trunk/authorized_keys?ref_type=heads&inline=false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue