Ansible role for Gorusn norifications server https://github.com/appleboy/gorush
Go to file
Jakub Sokołowski 127277ec07
meta: use full names of Ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-21 17:47:42 +01:00
defaults add role files from infra-misc 2023-01-11 17:53:26 +01:00
meta meta: use full names of Ansible roles 2024-03-21 17:47:42 +01:00
tasks meta: use full names of Ansible roles 2024-03-21 17:47:42 +01:00
templates add role files from infra-misc 2023-01-11 17:53:26 +01:00
README.md add role files from infra-misc 2023-01-11 17:53:26 +01:00

README.md

Description

This role configures a gorush which can talk to Goolg and Apple backends for delivering mobile notifications.

Configuration

Currently the configuration supports only iOS notifications and it requires:

# iOS API access key in one of 3 formats: pem, p12 or p8
gorush_ios_key_contents: '<contents of the p8 key file>'
# KeyID from developer account (Certificates, Identifiers & Profiles -> Keys)
gorush_ios_key_id: '<ios_key_id>'
# TeamID from developer account (View Account -> Membership)
gorush_ios_team_id: '<ios_team_id>'

Known Issues

  • Despite Android support being disabled the android.apikey has to have any value