9 lines
169 B
YAML
Raw Normal View History

---
# Extra SSH keys
- name: Create Root's SSH Key
openssh_keypair:
path: /root/.ssh/id_rsa
- name: Join System to 1337 Share
2021-02-01 05:06:06 -06:00
shell: "ssh-copy-id -f ling@leet"