ansible-roles/ssh-keys/defaults/main.yml

12 lines
220 B
YAML

---
manage_root_ssh_keys: True
# Use the list when you want to give access to non root users
ssh_users_list:
- name: ''
authorized_keys:
- ''
# And set the following variable to true:
non_root_users: False