summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-25 10:09:24 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-25 10:09:24 +0300
commit3fa4a51c166c0d3ac7c7357876c35b69ac451fec (patch)
tree101634711638f2732ef8c53eb1737cd2c6aaaf7a /yarns
parentc8fe30533c4d00f31bfdce80e37c964d4325bbb9 (diff)
downloadansibleness-3fa4a51c166c0d3ac7c7357876c35b69ac451fec.tar.gz
Add more explanation to the scenario
Diffstat (limited to 'yarns')
-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