This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-users
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
register user_ssh_keys_info
master
Markus Katharina Brechtel
3 years ago
parent
6408587a4a
commit
8ef3b1882b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/ssh.yml
+ 1
- 0
tasks/ssh.yml
View File
@@ -5,6 +5,7 @@
name: "{{ item }}"
generate_ssh_key: yes
ssh_key_type: ed25519
register: user_ssh_keys_info
loop: "{{ users.keys() | list }}"
- name: ssh directory
Write
Preview
Loading…
Cancel
Save