summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/100-willikins.yarn10
1 files changed, 10 insertions, 0 deletions
diff --git a/yarns/100-willikins.yarn b/yarns/100-willikins.yarn
index 3360925..6c2b29c 100644
--- a/yarns/100-willikins.yarn
+++ b/yarns/100-willikins.yarn
@@ -3,11 +3,21 @@
Our home backup server is a dedicates file server just for storing
backups. It is only ever accessed over ssh (including sftp).
+First, setup configuration.
+
SCENARIO willikins backup server
GIVEN server name is willikins
AND server has account ansible
+
+Check that basic networking and host configuration are OK. We need
+Python 2 for Ansible.
+
THEN server responds to ping
AND server hostname is as expected
AND server account has sudo
AND server has python version 2 installed
+
+It's a backup server, and we use Obnam over SFTP to access it. Make
+sure that works.
+
AND server allows SFTP