Debian still mad, moving when to import.
This commit is contained in:
parent
e4968e258b
commit
250202a897
@ -21,6 +21,7 @@
|
||||
- include: tasks/general/acct_mgmt/users.yml
|
||||
- include: tasks/general/acct_mgmt/sudo.yml
|
||||
- include: tasks/general/acct_mgmt/keys.yml
|
||||
when: ansible_distribution != "Debian"
|
||||
- include: tasks/general/acct_mgmt/mounts.yml
|
||||
|
||||
- include: tasks/general/cron/ansible.yml
|
||||
|
@ -4,8 +4,6 @@
|
||||
- name: Create Root's SSH Key
|
||||
openssh_keypair:
|
||||
path: /root/.ssh/id_rsa
|
||||
when: ansible_distribution != "Debian"
|
||||
|
||||
- name: Join System to 1337 Share
|
||||
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
|
||||
when: ansible_distribution != "Debian"
|
||||
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
|
@ -20,4 +20,4 @@
|
||||
shell: /bin/bash
|
||||
create_home: yes
|
||||
generate_ssh_key: yes
|
||||
password: "{{ ling_passwd }}"
|
||||
#password: "{{ ling_passwd }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user