From 37730ef4b64a73a09a78f17fc46b1a75fc268e8f Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 23 Jul 2019 12:37:09 +0000 Subject: [PATCH] Flipped createhome to yes, so ssh keys can be deployed --- roles/shell/tasks/users/fncdo.yml | 2 +- roles/shell/tasks/users/fncso.yml | 2 +- roles/shell/tasks/users/warcall22.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/shell/tasks/users/fncdo.yml b/roles/shell/tasks/users/fncdo.yml index fe730b0..e52e412 100644 --- a/roles/shell/tasks/users/fncdo.yml +++ b/roles/shell/tasks/users/fncdo.yml @@ -7,7 +7,7 @@ skeleton: /etc/skel shell: /bin/bash system: no - createhome: no + createhome: yes home: /home/fncdo - authorized_key: user: fncdo diff --git a/roles/shell/tasks/users/fncso.yml b/roles/shell/tasks/users/fncso.yml index f11f137..5d6a815 100644 --- a/roles/shell/tasks/users/fncso.yml +++ b/roles/shell/tasks/users/fncso.yml @@ -7,7 +7,7 @@ skeleton: /etc/skel shell: /bin/bash system: no - createhome: no + createhome: yes home: /home/fncso - authorized_key: user: fncso diff --git a/roles/shell/tasks/users/warcall22.yml b/roles/shell/tasks/users/warcall22.yml index b2d8738..8f6ed70 100644 --- a/roles/shell/tasks/users/warcall22.yml +++ b/roles/shell/tasks/users/warcall22.yml @@ -7,7 +7,7 @@ skeleton: /etc/skel shell: /bin/bash system: no - createhome: no + createhome: yes home: /home/warcall22 - authorized_key: user: warcall22