removed unneeded directory
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
- include_tasks: users/common/create_user.yml
|
- include_tasks: users/create_user.yml
|
||||||
|
|
||||||
- name: users | {{ user }} | getent user home directory
|
- name: users | {{ user }} | getent user home directory
|
||||||
getent:
|
getent:
|
||||||
@@ -11,9 +11,9 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
user_home: "{{ getent_passwd_user.ansible_facts.getent_passwd[user][4] }}"
|
user_home: "{{ getent_passwd_user.ansible_facts.getent_passwd[user][4] }}"
|
||||||
|
|
||||||
- include_tasks: users/common/setup_ssh.yml
|
- include_tasks: users/setup_ssh.yml
|
||||||
|
|
||||||
- include_tasks: users/common/setup_dotfiles.yml
|
- include_tasks: users/setup_dotfiles.yml
|
||||||
|
|
||||||
- name: users | wheel | add sudoers file
|
- name: users | wheel | add sudoers file
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: users/common/setup_ssh/install_public_keys.yml
|
- include_tasks: users/setup_ssh/install_public_keys.yml
|
||||||
- include_tasks: users/common/setup_ssh/install_private_keys.yml
|
- include_tasks: users/setup_ssh/install_private_keys.yml
|
||||||
- include_tasks: users/common/setup_ssh/install_known_hosts.yml
|
- include_tasks: users/setup_ssh/install_known_hosts.yml
|
||||||
- include_tasks: users/common/setup_ssh/configure_ssh_client.yml
|
- include_tasks: users/setup_ssh/configure_ssh_client.yml
|
||||||
Reference in New Issue
Block a user