forked from data.coop/ansible
Add shell to users
This commit is contained in:
parent
5ae78bcd17
commit
2966e6715b
|
@ -6,7 +6,8 @@
|
||||||
comment: "{{ item.comment }}"
|
comment: "{{ item.comment }}"
|
||||||
password: "{{ item.password }}"
|
password: "{{ item.password }}"
|
||||||
groups: "{{ item.groups }}"
|
groups: "{{ item.groups }}"
|
||||||
update_password: "always"
|
update_password: always
|
||||||
|
shell: /bin/bash
|
||||||
loop: "{{ users | default([]) }}"
|
loop: "{{ users | default([]) }}"
|
||||||
|
|
||||||
- name: "Add ssh authorized_keys"
|
- name: "Add ssh authorized_keys"
|
||||||
|
|
Loading…
Reference in a new issue