flatpak

flatpak

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

[!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 flatpak and configure remotes.

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

flatpak_installs_extra

List of extra packages

Default value

flatpak_installs_extra: []

Example usage

flatpak_installs_extra:
  - name: net.blix.BlueMail
    state: absent
  - name: io.kinvolk.Headlamp
    method: user
    remote: flathub
    state: present

flatpak_installs_general

List of general packages

Default value

flatpak_installs_general: []

Example usage

flatpak_installs_general:
  - name: net.blix.BlueMail
    state: absent
  - name: io.kinvolk.Headlamp
    method: user
    remote: flathub
    state: present

flatpak_remotes_extra

List of extra remotes

Default value

flatpak_remotes_extra: []

Example usage

flatpak_remotes_extra:
  - name: flathub
    url: https://flathub.org/repo/flathub.flatpakrepo
  - name: example
    url: https://example.com/example.flatpakrepo
    method: system
    enabled: True
    state: present

flatpak_remotes_general

List of general remotes

Default value

flatpak_remotes_general:
  - name: flathub
    url: https://flathub.org/repo/flathub.flatpakrepo

Example usage

flatpak_remotes_general:
  - name: flathub
    url: https://flathub.org/repo/flathub.flatpakrepo
  - name: example
    url: https://example.com/example.flatpakrepo
    method: system
    enabled: True
    state: present

Discovered Tags

flatpak

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install flatpak and configure remotes

Install
ansible-galaxy install rolehippie/flatpak
GitHub repository
License
apache-2.0
Downloads
17
Owner
Ansible role collection of Webhippie