freedomofpress.signal-desktop

Signal Desktop Ansible Role

This role installs [Signal Desktop] on Linux systems using apt.

Requirements

You need to have either Debian or Ubuntu.

Role Variables

# GPG fingerprint for the Signal Desktop apt repository, found at:
# https://updates.signal.org/desktop/apt/keys.asc
signal_desktop_gpg_fingerprint: "DBA36B5181D0C816F630E889D980A17457F6FB06"

# Necessary packages to set up the HTTPS apt repository.
signal_desktop_apt_dependencies:
  - apt-transport-https
  - gpg

# Using the Xenial repository, compatible with Debian Stretch.
# The Signal team does not provide specific versions for other distributions,
# so we're not using `{{ ansible_distribution }}`
signal_desktop_apt_repo: "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main"

Example Playbook

- hosts: workstations
  roles:
    - role: freedomofpress.signal-desktop

License

MIT

Informazioni sul progetto

Installs Signal Desktop on Linux hosts.

Installa
ansible-galaxy install freedomofpress.signal-desktop
Licenza
Unknown
Download
95
Proprietario
Defending and supporting cutting-edge transparency journalism in the face of adversity.