Compare commits
1 Commits
9a97498b7b
...
f8fa65f715
Author | SHA1 | Date | |
---|---|---|---|
f8fa65f715 |
@ -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