Skip to content
Snippets Groups Projects
Commit 00f70924 authored by Kamil Andoniadis's avatar Kamil Andoniadis
Browse files

Merge branch '1-set-bash-as-default-shell-of-every-user' into 'master'

Bash set as default shell

Closes #1

See merge request kypo-crp/backend-python/ansible-networking-stage/kypo-user-access!1
parents d67e6ba3 60c7eaa6
Branches
Tags
No related merge requests found
- name: ensure existence of user
user:
name: '{{ kypo_user_access_username }}'
shell: /bin/bash
- name: ensure existence of SSH directory
file:
......@@ -21,4 +21,3 @@
name: '{{ kypo_user_access_username }}'
password: '{{ kypo_user_access_password | password_hash("sha512") }}'
when: kypo_user_access_password is defined and kypo_user_access_password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment