10 lines
177 B
YAML
10 lines
177 B
YAML
|
---
|
||
|
# Extra SSH keys
|
||
|
|
||
|
- name: Create Root's SSH Key
|
||
|
openssh_keypair:
|
||
|
path: /root/.ssh/id_rsa
|
||
|
|
||
|
- name: Join System to 1337 Share
|
||
|
shell:
|
||
|
path: ssh-copy-id -f ling@leet
|