Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Use the public key in the rax module when creating a new Rackspace se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
Corban Raun committed Jul 23, 2019
1 parent 35ae997 commit 7a78813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/genesis-rackspace/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
image: "{{ rackspace_image }}"
region: "{{ regions[rackspace_region] }}"
files:
/root/.ssh/authorized_keys: "{{ streisand_ssh_private_key }}"
/root/.ssh/authorized_keys: "{{ streisand_ssh_private_key }}.pub"
wait: yes
register: streisand_server

Expand Down

0 comments on commit 7a78813

Please sign in to comment.