Skip to content

Commit

Permalink
Merge pull request #137 from nathanmusser/ssh-key
Browse files Browse the repository at this point in the history
Quality of Life - Added file lookup for ssh-key
  • Loading branch information
RestlessWanderer authored Aug 2, 2024
2 parents 8fcaa9b + d4eb527 commit a3dc94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global_vars/global_dc_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ local_users:
privilege: 15
role: network-admin
sha512_password: "{{ ansible_password | password_hash('sha512', salt='arista') }}"
ssh_key: "{{ lookup('ansible.builtin.file', '~/.ssh/id_rsa.pub') }}"

# AAA
aaa_authorization:
Expand Down

0 comments on commit a3dc94f

Please sign in to comment.