Compare commits
1 Commits
f8fa65f715
...
9a97498b7b
Author | SHA1 | Date | |
---|---|---|---|
9a97498b7b |
@ -16,4 +16,9 @@
|
|||||||
{%- if user.shell is defined %}
|
{%- if user.shell is defined %}
|
||||||
- shell: {{ user.shell }}
|
- shell: {{ user.shell }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
ssh_auth.manage:
|
||||||
|
- user: {{ name }}
|
||||||
|
{%- if user['ssh-keys'] is defined %}
|
||||||
|
- ssh_keys: {{ user['ssh-keys']|json }}
|
||||||
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user