From 3fa4a51c166c0d3ac7c7357876c35b69ac451fec Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Jul 2015 10:09:24 +0300 Subject: Add more explanation to the scenario --- yarns/100-willikins.yarn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'yarns') 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 -- cgit v1.2.1