summaryrefslogtreecommitdiffstats
path: root/devel/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'devel/README.md')
-rw-r--r--devel/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/README.md b/devel/README.md
new file mode 100644
index 0000000..2ae91f2
--- /dev/null
+++ b/devel/README.md
@@ -0,0 +1,7 @@
+This folder contains ansible playbooks which are useful when manual access to the test machines are required. These are not run during automated testing.
+
+The Makefile targets are as follows
+
+##fix_ssh:
+Fix the ssh on the test machines so that you can directly ssh into them. Before you can use this target, you will need to create authorized_keys file in the directory which will be copied to /root/.ssh/authorized_keys on the test machine.
+