Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
0a7cdbb14063b72dfe15a18279e47cc3a62a55be
/
.
/
roles
/
fabric-switch
/
defaults
/
main.yml
blob: c43e6068de4ef1a6aedf0923de2b158340c4bd6e [
file
] [
log
] [
blame
]
David K. Bainbridge
0a7cdbb
2017-07-14 11:36:13 -0700
[
diff
] [
blame^
]
1
pub_ssh_key_file_location:
"{{ pub_ssh_key_location | default ('/etc/maas/.ssh') }}"
2
pub_ssh_key:
"{{ lookup('file', pub_ssh_key_file_location+'/cord_rsa.pub') }}"