clusterapps.freeipa_client

ansible-freeipa-client

概要

- hosts: all
  vars:
    freeipaclient_servers: 
      - ipa.demo1.freeipa.org
      - ipa.demo2.freeipa.org
    freeipaclient_domain: ipa.demo1.freeipa.org
    freeipaclient_enroll_user: admin
    freeipaclient_enroll_pass: Secret123
  roles:
     - alvaroaleman.freeipa-client

説明

このロールは、クライアントをIPAドメインに参加させることを許可します。

要件

  • CentOS 7以上
  • Fedora 29以上

ロール変数

  • freeipaclient_servers: 使用するIPAサーバーのIPアドレスまたはホスト名のリスト(文字列、必須)
  • freeipaclient_domain: 使用するドメイン(文字列、必須)
  • freeipaclient_enroll_user: ドメインにホストを登録するためのユーザー名(文字列、必須)
  • freeipaclient_enroll_pass: ドメインにホストを登録するためのパスワード(文字列、必須)
  • freeipaclient_hostname: クライアントで使用するホスト名(文字列、デフォルト: uname -nの出力)
  • freeipaclient_dns_server: 設定するDNSサーバー。この変数が空の場合は何も実行しません(文字列)
  • freeipaclient_force_join: 要求された名前の既存のホストエントリを上書きするかどうか(ブーリアン、デフォルト: false
  • freeipaclient_enable_ntp: NTPを有効にするかどうか。マスターとクライアントの時間が大きくずれるとKerberosは機能しません(ブーリアン、デフォルト: true
  • freeipaclient_all_ip_addresses: すべてのルータブルIPアドレスをDNSに追加するかどうか(ブーリアン、デフォルト: Trustyでなければtrue、それ以外はfalse

ライセンス

GNU アフェロ一般公衆ライセンス バージョン 3

著者情報

このプロジェクトは Alvaro Aleman からフォークされました。

プロジェクトについて

A role to join clients to an IPA domain

インストール
ansible-galaxy install clusterapps.freeipa_client
ライセンス
agpl-3.0
ダウンロード
153
所有者
I'm here to read the articles.