23 lines
378 B
YAML
Raw Normal View History

---
# SSH keys for day-to-day system usage.
- name: Create Root's SSH Key
openssh_keypair:
path: /root/.ssh/id_rsa
- name: TEST DELETEME 1
shell: echo `whoami`
register: test1
2021-02-01 05:17:51 -06:00
- debug:
var: test1
- name: TEST DELETEME 2
shell: echo `pwd`
register: test2
2021-02-01 05:17:51 -06:00
- debug:
var: test2
- name: Join System to 1337 Share
shell: echo "ssh-copy-id -f ling@leet"