This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Ansibleを使用してVDAをインストールする
概要
この記事では、Ansibleを使用してVDAを展開する方法について説明します。詳細については、Ansibleドキュメントを参照してください。
注:
この記事では、Citrix®が環境をテストした方法に基づいた推奨事項のみを説明しています。これらの手順は、お客様のニーズに合わせてカスタマイズできます。Citrixは、お客様のニーズに合わせて必要な更新や調整について責任を負いません。
Ansibleを使用してVDAを展開するための主要な手順
ステップ1:仮想マシン環境を構成する
Windowsサーバーで次のコマンドを実行します。
- PS リモート署名済みを設定します。
Set-ExecutionPolicy RemoteSigned - WinRM を暗号化なしで使用するように設定します:
winrm set winrm/config/service '@{AllowUnencrypted="true"}'注:
このステップでエラーが発生した場合は、次のコマンドを使用します:
Enable-PSRemoting -Force - ファイアウォールポート 5985 を開きます。
New-NetFirewallRule -DisplayName "Allow WinRm port 5985" -Direction Inbound -Profile Any -Action Allow -LocalPort 5985 -Protocol tcp
ステップ 2: Ansible のインストール
Ubuntu 20.4 以降で Ansible をインストールするには、次のコマンドを実行します:
sudo apt updatesudo apt install software-properties-commonsudo add-apt-repository --yes --update ppa:ansible/ansiblesudo apt install ansiblesudo apt install python3-pip
ステップ 2i: Kerberos のインストール
Kerberos をインストールするには、次のコマンドを実行します。
sudo apt install python3-dev libkrb5-dev krb5-user
ステップ 2ii: Kerberos の構成
Kerberos を構成するには、次のコマンドを実行します。
Edit /etc/krb5.conf
ケルベロスの構成(/ja-jp/citrix-virtual-apps-desktops/2402-ltsr/media/configure-kerberos.png)
注記:
Kerberos レルム名には大文字を使用してください。
ケルベロス2の構成(/ja-jp/citrix-virtual-apps-desktops/2402-ltsr/media/install-kerberos2.png)
ステップ 3: Ansible を構成する
Ansible ホストを構成するには、次の手順を実行します。
-
次のコマンドを実行します。
Edit /etc/ansible/hosts -
デリバリーコントローラー
Install.yamlファイルを構成します/QUIET /NOREBOOT /NORESUME /OPTIMIZE /VERBOSELOG /COMPONENTS VDA /CONTROLLERS 'MyDDC.xd.local' /ENABLE_HDX_PORTS /ENABLE_REAL_TIME_TRANSPORT
デリバリーコントローラー(/ja-jp/citrix-virtual-apps-desktops/2402-ltsr/media/delivery-controller-yaml-1.png)
デリバリーコントローラー(/ja-jp/citrix-virtual-apps-desktops/2402-ltsr/media/delivery-controller-yaml-2.png)
デリバリーコントローラー(/ja-jp/citrix-virtual-apps-desktops/2402-ltsr/media/delivery-controller-yaml-3.png)

-
以下のコマンドでyamlファイルを実行します。
sudo ansible-playbook install.yml -vvv(詳細モード) -
設定ファイルで、他の追加設定とともに複数のホストを構成できます。
Edit /etc/ansible/hosts
共有
共有
この記事の概要
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.