Skip to content

Instantly share code, notes, and snippets.

@msheiny
msheiny / securedrop-qa.yml
Last active March 1, 2018 19:51 — forked from conorsch/securedrop-qa.yml
QA playbook for testing SD RC debs
#!/usr/bin/env ansible-playbook
---
# Playbook to update SecureDrop VMs configured with the latest stable release
# to use the release candiate packages from apt-test.freedom.press (rather
# than apt.freedom.press). Updates the apt repo pubkey with a testing pubkey,
# and alters the apt source lists to point to the test server.
#
# Steps to use this playbook:
#
# 1. `git checkout 0.5`