summaryrefslogtreecommitdiff
path: root/fabfile.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'fabfile.json.sample')
-rw-r--r--fabfile.json.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/fabfile.json.sample b/fabfile.json.sample
new file mode 100644
index 0000000..48eaec3
--- /dev/null
+++ b/fabfile.json.sample
@@ -0,0 +1,9 @@
+{
+ "hosts": ["example.org"],
+ "port": "22",
+ "release": "(stable|unstable)",
+ "repo_file": "Bitmask-linux64-0.7.0rc6-tuf.tar.bz2",
+ "tuf_arch": "(32|64)",
+ "tuf_path": "/absolute/path/to/the/tuf/repo/",
+ "user": "the-tuf-user"
+}