[Git][reproducible-builds/debian-rebuilder-setup][master] Document accumulator.yml

kpcyrd gitlab at salsa.debian.org
Tue Nov 20 16:12:58 CET 2018


kpcyrd pushed to branch master at Reproducible Builds / debian-rebuilder-setup


Commits:
378773c6 by kpcyrd at 2018-11-20T15:13:56Z
Document accumulator.yml

- - - - -


1 changed file:

- README.md


Changes:

=====================================
README.md
=====================================
@@ -2,3 +2,19 @@
 $ ansible-galaxy install -r requirements.yml
 $ ansible-playbook playbook.yml
 ```
+
+## accumulator.yml
+
+This file contains credentials that are needed to push the build artifacts. If
+you want to redeploy the current setup, copy the ansible-vault password you've
+been given to `./vault_password_file`.
+
+If you want to deploy your own setup you can create your own accumulator.yml
+like this:
+
+    cat > host_vars/default/accumulator.yml <<EOF
+    accumulator_password: somevalue
+    EOF
+
+Note that this password needs to match the hash in
+`roles/visualizers/files/htpasswd`.



View it on GitLab: https://salsa.debian.org/reproducible-builds/debian-rebuilder-setup/commit/378773c6c3a0c9d18a7dad84b48cb28fa85453f6

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/debian-rebuilder-setup/commit/378773c6c3a0c9d18a7dad84b48cb28fa85453f6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181120/f92ccd4d/attachment.html>


More information about the rb-commits mailing list