amtega.rpmfusion

Ansible EPELリポジトリロール

これは、RPMFUSIONリポジトリを管理するAnsibleのロールです。

ロール変数

このロールのデフォルト変数のリストは defaults/main.yml にあります。

サンプルプレイブック

以下はサンプルプレイブックです:

---

- hosts: all
  roles:
    - amtega.rpmfusion

  vars:
    rpmfusion_state: present

    rpmfusion_validate_certs: no

    rpmfusion_free_enabled: 1
    rpmfusion_free_debuginfo_enabled: 1
    rpmfusion_free_source_enabled: 0

    rpmfusion_free_updates_enabled: 1
    rpmfusion_free_updates_debuginfo_enabled: 1
    rpmfusion_free_updates_source_enabled: 0

    rpmfusion_free_updates_testing_enabled: 0
    rpmfusion_free_updates_testing_debuginfo_enabled: 0
    rpmfusion_free_updates_testing_source_enabled: 0

    rpmfusion_nonfree_enabled: 1
    rpmfusion_nonfree_debuginfo_enabled: 1
    rpmfusion_nonfree_source_enabled: 0

    rpmfusion_nonfree_updates_enabled: 1
    rpmfusion_nonfree_updates_debuginfo_enabled: 0
    rpmfusion_nonfree_updates_source_enabled: 0

    rpmfusion_nonfree_updates_testing_enabled: 1
    rpmfusion_nonfree_updates_testing_debuginfo_enabled: 0
    rpmfusion_nonfree_updates_testing_source_enabled: 0

テスト

テストは、Dockerコンテナを使用したmoleculeに基づいています。

cd amtega.epel

molecule test --all

ライセンス

著作権 (C) 2022 AMTEGA - ガリシア州

このロールはフリーソフトウェアです:GNU一般公衆ライセンスバージョン3の条件の下で再配布および/または改変できます。もしくは、あなたの選択で任意の後続バージョン、または欧州連合公共ライセンス版1.2の条件、または欧州委員会によって承認される次回以降のバージョン。

このロールは役立つことを期待して配布されますが、無保証です;特定の目的への適合性や商品性に関する暗黙の保証もありません。詳細はGNU一般公衆ライセンスまたは欧州連合公共ライセンスを参照してください。

作者情報

  • フアン・アントニオ・バリーニョ・ガルシア
プロジェクトについて

Setup rpmfusion repository

インストール
ansible-galaxy install amtega.rpmfusion
ライセンス
gpl-3.0
ダウンロード
846
所有者
Agency for Technological Modernization of Galicia