Debian still mad, moving when to import.

This commit is contained in:
Hyperling 2021-02-01 05:49:00 -06:00
parent e4968e258b
commit 250202a897
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

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