summaryrefslogtreecommitdiff
path: root/fabfile.json.sample
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-10-29 16:41:46 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-30 18:33:35 -0300
commitba19eb974cb937056bddc13652d2a8ec481d0880 (patch)
tree67f38377343c10b2bf0e3d838194e2b90b5c48d2 /fabfile.json.sample
parent7ce51fb842b2f4c251f462c1db3ddb1e7c33bd1e (diff)
Add fabric file to update the TUF repo.
Add support for json config file. This feature looks like it will be included soon in newer versions of fabric, but right now we add it manually. Add the configuration into a json file to avoid data on the python file. Ignore the file fabfile.json since it contains server information that may be sensitive.
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"
+}