the user's .ssh directory should be created if ssh_auth_file is suppliedtags/v0.45.0
{% endfor %} | {% endfor %} | ||||
{% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth.absent' in user %} | |||||
{% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth_file' in user or 'ssh_auth.absent' in user %} | |||||
user_keydir_{{ name }}: | user_keydir_{{ name }}: | ||||
file.directory: | file.directory: | ||||
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh | - name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh |