summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-25 16:02:18 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commit8e7f616625d20fc5b09ccc158f56a617e0677cee (patch)
tree5f6c6dda521bd143407b1523c9bfde1c3eb81880
parent03cd9cccadf589be6e7c87a76250bd2098cc0b37 (diff)
downloadsamba-integration-8e7f616625d20fc5b09ccc158f56a617e0677cee.tar.gz
samba-integration-8e7f616625d20fc5b09ccc158f56a617e0677cee.tar.xz
samba-integration-8e7f616625d20fc5b09ccc158f56a617e0677cee.zip
node.prep: add role for preparing the nodes from setup
This initially just copies the ssh config into place Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/ansible/roles/node.prep/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/node.prep/tasks/main.yml b/vagrant/ansible/roles/node.prep/tasks/main.yml
new file mode 100644
index 0000000..11ed87a
--- /dev/null
+++ b/vagrant/ansible/roles/node.prep/tasks/main.yml
@@ -0,0 +1,4 @@
+- name: copy ssh config
+ copy:
+ src: ssh-config-setup
+ dest: /home/vagrant/.ssh/config