summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/ssh.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tasks/ssh.yml b/tasks/ssh.yml
new file mode 100644
index 0000000..5cb8a02
--- /dev/null
+++ b/tasks/ssh.yml
@@ -0,0 +1,9 @@
+- name: Copy SSH keys
+ copy:
+ src: ./ssh/
+ dest: ~/.ssh
+ owner: "{{ ansible_user_id }}"
+ group: "{{ ansible_user_id }}"
+ mode: '0600'
+ tags:
+ - ssh