robertdebock.etherpad

Ansibleロール etherpad

このロールは2023年12月にアーカイブされました。

システムにEtherpadをインストールして構成します。

GitHub GitLab ダウンロード バージョン
github gitlab downloads Version

例のプレイブック

この例はmolecule/default/converge.ymlから取られ、各プッシュ、プルリクエスト、リリースでテストされています。

---
- name: Converge
  hosts: all
  become: yes
  gather_facts: yes

  vars:
    etherpad_port: 9002

  roles:
    - role: robertdebock.etherpad

マシンは準備が必要です。CIではmolecule/default/prepare.ymlを使って行います:

---
- name: Prepare
  hosts: all
  become: yes
  gather_facts: no

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.core_dependencies
    - role: robertdebock.epel
    - role: robertdebock.npm

これらのロールの使用方法についての完全な説明と例もご覧ください。

ロール変数

変数のデフォルト値はdefaults/main.ymlで設定されています:

---
# etherpadのデフォルトファイル

etherpad_version: "1.8.16"

etherpad_installation_destination: /opt

etherpad_port: 9001

要件

使用されるロールの状態

次のロールがシステムを準備するために使用されます。別の方法でシステムを準備することもできます。

要件 GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
robertdebock.core_dependencies Build Status GitHub Build Status GitLab
robertdebock.epel Build Status GitHub Build Status GitLab
robertdebock.npm Build Status GitHub Build Status GitLab
robertdebock.service Build Status GitHub Build Status GitLab

コンテキスト

このロールは多くの互換性のあるロールの一部です。詳細についてはこれらのロールのドキュメントをご覧ください。

関連するロールの概要は次のとおりです: dependencies

互換性

このロールは次のコンテナイメージでテストされています:

コンテナ タグ
Debian bullseye
Fedora すべて

必要なAnsibleの最小バージョンは2.12で、次の条件でテストされています:

  • 前のバージョン。
  • 現在のバージョン。
  • 開発バージョン。

問題が見つかった場合は、GitHubで登録してください。

ライセンス

Apache-2.0

著者情報

robertdebock

私をスポンサーしてくれることを考慮してください

プロジェクトについて

Install and configure Etherpad on your system.

インストール
ansible-galaxy install robertdebock.etherpad
ライセンス
apache-2.0
ダウンロード
385
所有者
I know my way around (Linux) infrastructure, have a passion for automation, Docker, Ansible, Molecule and ci/cd.