Start moving back to blocks, easier to manage comments.
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
# openssh_keypair:
|
||||
# path: /root/.ssh/id_rsa
|
||||
|
||||
- name: General | Account Management | SSH Key | Root | Create
|
||||
- name: General | Account Management | Keys | Root | Create SSH
|
||||
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa <<< n
|
||||
args:
|
||||
executable: "{{ bash_exec.stdout }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: General | Account Management | SSH Key | Root | Copy to 1337
|
||||
- name: General | Account Management | Keys | Root | Copy SSH to 1337
|
||||
shell: ssh-copy-id -i /root/.ssh/id_rsa ling@leet
|
Reference in New Issue
Block a user