2021-02-01 05:03:27 -06:00
|
|
|
---
|
|
|
|
# Extra SSH keys
|
|
|
|
|
|
|
|
- name: Create Root's SSH Key
|
|
|
|
openssh_keypair:
|
|
|
|
path: /root/.ssh/id_rsa
|
|
|
|
|
2021-02-01 05:08:25 -06:00
|
|
|
- name: TEST DELETEME 1
|
|
|
|
shell: whoami
|
|
|
|
|
|
|
|
- name: TEST DELETEME 2
|
|
|
|
shell: pwd
|
|
|
|
|
2021-02-01 05:03:27 -06:00
|
|
|
- name: Join System to 1337 Share
|
2021-02-01 05:08:25 -06:00
|
|
|
shell: ssh-copy-id -f ling@leet
|