Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/don-rumata/ansible-role-install-flatpak
Ansible Role: Install Flatpak and add Flathub repo
https://github.com/don-rumata/ansible-role-install-flatpak
ansible ansible-galaxy ansible-role centos debian fedora flathub flatpak opensuse ubuntu
Last synced: 27 days ago
JSON representation
Ansible Role: Install Flatpak and add Flathub repo
- Host: GitHub
- URL: https://github.com/don-rumata/ansible-role-install-flatpak
- Owner: don-rumata
- License: apache-2.0
- Created: 2020-04-19T20:39:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T22:55:14.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:48:12.481Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, centos, debian, fedora, flathub, flatpak, opensuse, ubuntu
- Homepage: https://galaxy.ansible.com/don_rumata/ansible_role_install_flatpak
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Install Flatpak and add Flathub repo
[![License][license-image]][license-url] [![Ansible Galaxy][ansible-galaxy-image]][ansible-galaxy-url] [![CircleCI][circleci-image]][circleci-url] [![Ansible Galaxy Quality][ansible-galaxy-quality-image]][ansible-galaxy-url]
Install [Flatpak](https://flatpak.org/) for Linux.
## Work on
```yaml
platforms:
- name: Fedora
versions:
- 33
- name: Ubuntu
versions:
- focal
- bionic
- xenial
- name: Debian
version:
- jessie
- stretch
- buster
- stable
- testing
- name: EL (CentOS)
versions:
- 8
- 7
- name: opensuse
vesrion:
- tumbleweed
- name: ArchLinux
version:
- any
```## Requirements
[min_ansible_version: 2.6](https://docs.ansible.com/ansible/latest/modules/flatpak_module.html)
## Role Variables
None.
## Dependencies
None.
## Example Playbook
`install-firefox-over-flatpak.yml`:
```yaml
- name: Install FireFox
hosts: all
strategy: free
serial:
- "100%"
roles:
- ansible-role-install-flatpak
tasks:- name: Install FF over flatpak
become: yes
flatpak:
name: https://flathub.org/repo/appstream/org.mozilla.firefox.flatpakref
method: system
state: present
tags:
- firefox
- flatpak
```## License
Apache License, Version 2.0
## Author Information
[don Rumata](https://github.com/don-rumata)
## TODO
- ~~Add tests.~~
- Add more tests.[license-image]: https://img.shields.io/github/license/don-rumata/ansible-role-install-flatpak.svg
[license-url]: https://opensource.org/licenses/Apache-2.0[ansible-galaxy-image]: https://img.shields.io/badge/ansible_galaxy-don__rumata.ansible__role__install__flatpak-blue.svg
[ansible-galaxy-url]: https://galaxy.ansible.com/don_rumata/ansible_role_install_flatpak[circleci-image]: https://circleci.com/gh/don-rumata/ansible-role-install-flatpak.svg?style=shield
[circleci-url]: https://circleci.com/gh/don-rumata/ansible-role-install-flatpak[ansible-galaxy-quality-image]: https://img.shields.io/ansible/quality/48079