最新 [2022年01月20日] 100%合格率を保証します素晴らしいEX294試験問題PDF [Q11-Q32]

Share

最新 [2022年01月20日] 100%合格率を保証します素晴らしいEX294試験問題PDF

EX294認定有効な試験問題集解答で学習ガイド!(最新の20問題)

質問 11
Create a playbook that changes the default target on all nodes to multi-user tarqet. Do this in playbook file called target.yml in /home/sandy/ansible

  • A. - name: change default target
    hosts: all
    tasks:
    - name: change target
    file:
    src: /usr/lib/systemd/system/multi-user.target dest: /etc/systemd/system/default.target state: link
  • B. - name: change default target
    hosts: all
    - name: change target
    file:
    src: /usr/lib/systemd/system/multi-user.target dest: /etc/systemd/system/default.target state: link

正解: A

 

質問 12
Create a playbook called issue.yml in /home/sandy/ansible which changes the file /etc/issue on all managed nodes: If host is a member of (lev then write "Development" If host is a member of test then write "Test" If host is a member of prod then write "Production"

  • A. Solution as:
  • B. Solution as:

正解: B

 

質問 13
Create a playbook called regulartasks.yml which has the system that append the date to /root/datefile every day at noon. Name is job 'datejob'

  • A. Solution as:
  • B. Solution as:

正解: A

 

質問 14
In /home/sandy/ansible/ create a playbook called logvol.yml. In the play create a logical volume called Iv0 and make it of size 1500MiB on volume group vgO If there is not enough space in the volume group print a message "Not enough space for logical volume" and then make a 800MiB Iv0 instead. If the volume group still doesn't exist, create a message "Volume group doesn't exist" Create an xfs filesystem on all Iv0 logical volumes. Don't mount the logical volume.

  • A. Solution as:
  • B. Solution as:

正解: A

 

質問 15
Create a playbook called webdev.yml in 'home/sandy/ansible. The playbook will create a directory Avcbdev on dev host. The permission of the directory are 2755 and owner is webdev. Create a symbolic link from /Webdev to /var/www/html/webdev. Serve a file from Avebdev7index.html which displays the text "Development" Curl http://node1.example.com/webdev/index.html to test

  • A. Solution as:
  • B. Solution as:

正解: B

 

質問 16
Create a file called packages.yml in /home/sandy/ansible to install some packages for the following hosts. On dev, prod and webservers install packages httpd, mod_ssl, and mariadb. On dev only install the development tools package. Also, on dev host update all the packages to the latest.

  • A. Option

    ** NOTE 1 a more acceptable answer is likely 'present' since it's not asking to install the latest state: present
    ** NOTE 2 need to update the development node
    - name: update all packages on development node
    yum:
    name: '*'
    state: latest
  • B. Option

    ** NOTE 1 a more acceptable answer is likely 'present' since it's not asking to install the latest state: present
    ** NOTE 2 need to update the development node
    - name: update all packages on development node
    yum:
    name: '*'
    state: latest

正解: B

 

質問 17
Create an ansible vault password file called lock.yml with the password reallysafepw in the /home/sandy/ansible directory. In the lock.yml file define two variables. One is pw_dev and the password is 'dev' and the other is pw_mgr and the password is 'mgr' Create a regular file called secret.txt which contains the password for lock.yml.

  • A. ansible-vault create lock.yml
    New Vault Password: reallysafepw
  • B. ansible-vault create lock.yml
    New Vault Password: reallysafepw
    Confirm: reallysafepw

正解: B

 

質問 18
Create a playbook /home/bob /ansible/motd.yml that runs on all inventory hosts and docs the following: The playbook should replaee any existing content of/etc/motd in the following text. Use ansible facts to display the FQDN of each host On hosts in the dev host group the line should be "Welcome to Dev Server FQDN".
On hosts in the webserver host group the line should be "Welcome to Apache Server FQDN".
On hosts in the database host group the line should be "Welcome to MySQL Server FQDN".

  • A. /home/sandy/ansible/apache.yml

    /home/sandy/ansible/roles/sample-apache/tasks/main.yml
  • B. /home/sandy/ansible/apache.yml

    /home/sandy/ansible/roles/sample-apache/tasks/main.yml

正解: A

 

質問 19
......


RedHat EX294 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • SSHキーを作成し、それらを管理対象ノードに配布します
  • 静的不変条件を作成して使用し、ホストグループを定義します
トピック 2
  • 機密データを保護するには、ユーザーガイドのAnsibleVaultを使用してください
  • 追加の拡張機能を利用してください
トピック 3
  • 互換性のあるコントロールユニットをインストールして構成する
  • 静的ホストインベントリファイルを作成する
  • 構成ファイルを作成する
トピック 4
  • 変数を使用してコマンド実行の結果を取得します
  • 条件を使用してゲームの進行を制御します
トピック 5
  • ドラマやプレイブックを作成できない
  • 必要なパッケージをインストールする
  • 並列管理
トピック 6
  • 特定の状況に合わせてシステムを構成するための取扱説明書を作成する
  • 頻繁に使用されるAnsibleユニットの操作方法を学ぶ
トピック 7
  • Ansibleカスタムコマンドを使用して、機能構成が正しいことを確認します
トピック 8
  • 基本的なツールを理解して使用する
  • システムの導入、構成、およびメンテナンス
トピック 9
  • 簡単なスクリプトを作成する
  • エラー処理を構成する
  • ロールを操作する
  • AnsibleGalaxyからロールをダウンロードして使用する
トピック 10
  • カスタムAnsibleコマンドを実行する単純なシェルスクリプトを作成する
  • 管理作業シナリオ
トピック 11
  • 管理対象ノードの作成
  • 管理対象ノードでの特権昇格の構成
トピック 12
  • 提供されているドキュメントを使用して、使用可能なモジュールとコマンドに関する特定の情報を入手してください
トピック 13
  • ローカルストレージ
  • オペレーティングシステムの構成
トピック 14
  • Ancibel Exams、Units、Variable、Factsの主要コンポーネントを理解し、マニュアルを再生し、構成ファイルを作成します

 

EX294時間限定!無料アクセス:https://www.goshiken.com/RedHat/EX294-mondaishu.html