summaryrefslogtreecommitdiff
path: root/yarns/100-willikins.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/100-willikins.yarn')
-rw-r--r--yarns/100-willikins.yarn23
1 files changed, 0 insertions, 23 deletions
diff --git a/yarns/100-willikins.yarn b/yarns/100-willikins.yarn
deleted file mode 100644
index 6c2b29c..0000000
--- a/yarns/100-willikins.yarn
+++ /dev/null
@@ -1,23 +0,0 @@
-# The willikins system: home backup server
-
-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