Testing for LearnLinuxTV Ansible Bug #1.

This commit is contained in:
2021-02-01 05:40:39 -06:00
parent b3728f691b
commit 36e2e6ee4b
3 changed files with 8 additions and 1 deletions

View File

@ -6,4 +6,4 @@
path: /root/.ssh/id_rsa
- name: Join System to 1337 Share
shell: ssh-copy-id ling@leet
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet

View File

@ -20,3 +20,4 @@
shell: /bin/bash
create_home: yes
generate_ssh_key: yes
password: "{{ ling_passwd }}"