rolehippie.ferdium
ferdium
[!IMPORTANT] This role have been archived because of the lack of maintenance and because we are not actively using it anymore. If you are using this role feel free to fork and maintain it on your own. Maybe we will unarchive this repository in the future at some point, maybe not... Who knows...
Ansible role to install ferdium multi messenger.
Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
Table of content
Requirements
- Minimum Ansible version:
2.10
Default Variables
ferdium_arch
Architecture for the package
Default value
ferdium_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
ferdium_package
Download URL for the package to install
Default value
ferdium_package: https://github.com/ferdium/ferdium-app/releases/download/v{{ ferdium_version
}}/Ferdium-linux-{{ ferdium_version }}-{{ ferdium_arch }}.deb
ferdium_version
Version for the package
Default value
ferdium_version: 6.4.1
Discovered Tags
ferdium
Dependencies
- None
License
Apache-2.0
Author
Install
ansible-galaxy install rolehippie.ferdium
License
apache-2.0
Downloads
29
Owner
Ansible role collection of Webhippie