[meta] Change SSH setup

Since my secrets are stored in Dropbox, I can't actually link my SSH
keys until after Dropbox has finished syncing.
pull/28/head
Alpha Chen 10 years ago
parent 7fe164350f
commit 7dc411cc02

@ -29,6 +29,7 @@ rm -f ~/*.retry
# Post-Dropbox syncing # Post-Dropbox syncing
rm -rf ~/.dotfiles rm -rf ~/.dotfiles
ln -s ~/Dropbox/dotfiles ~/.dotfiles ln -s ~/Dropbox/dotfiles ~/.dotfiles
ruby ~/.dotfiles/ansible/scripts/setup_ssh_keys.rb
``` ```
To update submodules: To update submodules:

@ -4,5 +4,5 @@
stow --stow --target={{ ansible_env.HOME }} ssh stow --stow --target={{ ansible_env.HOME }} ssh
tags: stow tags: stow
when: ansible_domain == "local" when: ansible_domain == "local"
- local_action: command ruby scripts/setup_ssh_keys.rb # - local_action: command ruby scripts/setup_ssh_keys.rb
when: ansible_domain == "local" # when: ansible_domain == "local"

Loading…
Cancel
Save