21 lines
358 B
YAML
21 lines
358 B
YAML
---
|
|
# 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
|
|
|
|
- debug: test1
|
|
|
|
- name: TEST DELETEME 2
|
|
shell: echo `pwd`
|
|
register: test2
|
|
|
|
- debug: test2
|
|
|
|
- name: Join System to 1337 Share
|
|
shell: echo "ssh-copy-id -f ling@leet" |