summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2023-10-31 14:08:16 +0100
committeruvok cheetah2023-10-31 14:08:16 +0100
commitf3fb9067c076793c6b434cc17ee82bbeaa2f67bd (patch)
treeb743c278330daddd4f9e88c4681f10e75180100e
parent7c14e79aa82bb6ce48d7ddcce4db31370b11930c (diff)
Set shell for created user
-rw-r--r--initial-deploy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/initial-deploy.yml b/initial-deploy.yml
index 6e6cdce..f0a83d1 100644
--- a/initial-deploy.yml
+++ b/initial-deploy.yml
@@ -15,6 +15,7 @@
name: "ansible"
groups: "sudo"
password: "{{ mypass | password_hash('sha512') }}"
+ shell: /bin/bash
- name: Setup Authorized keys
authorized_key:
user: "ansible"