Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit ea8862e

Browse files
authored
Update all.yml
1 parent c866679 commit ea8862e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vars/all.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ users:
2323
append: yes
2424
home_mode: "0750"
2525
shell: '/usr/bin/zsh'
26-
users_authorized_keys_exclusive: yes
26+
# - username: Razor
27+
# name: Razor
28+
# authorized_keys:
29+
# - "{{ lookup('file', '~/.ssh/id_rsa') }}"
30+
# home_create: yes
31+
# append: yes
32+
# home_mode: "0750"
33+
# shell: '/usr/bin/zsh'users_authorized_keys_exclusive: yes
2734
security_sudoers_passwordless:
2835
- ralph
2936

3037

31-
## EVERYTHING BLOW DOES NOT NEED TO BE CHNAGED
38+
## EVERYTHING BLOW DOES NOT NEED TO BE CHANGED
3239

3340
#Ansible Settings
3441
src_files: '../files'

0 commit comments

Comments
 (0)