Practice Free EX417 Exam Online Questions
You want to encrypt your password using Ansible Vault.
How do you create and use a vault variable for ansible_password?
- A . See the Explanation.
A
Explanation:
You want to encrypt your password using Ansible Vault.
How do you create and use a vault variable for ansible_password?
- A . See the Explanation.
A
Explanation:
You want to encrypt your password using Ansible Vault.
How do you create and use a vault variable for ansible_password?
- A . See the Explanation.
A
Explanation:
You want to encrypt your password using Ansible Vault.
How do you create and use a vault variable for ansible_password?
- A . See the Explanation.
A
Explanation:
Write a CLI command to list all groups in a YAML inventory.
- A . See the Explanation.
A
Explanation:
ansible-inventory -i inventory.yml –list | yq .all.children (Ensure yq is installed.)
How do you configure a certificate for WinRM HTTPS?
- A . See the Explanation.
A
Explanation:
How do you conditionally run a task based on a fact like available memory?
- A . See the Explanation.
A
Explanation:
– name: Run if system has at least 4GB RAM win_shell: "echo Enough RAM"
when: ansible_memtotal_mb >= 4096
How do you conditionally run a task based on a fact like available memory?
- A . See the Explanation.
A
Explanation:
– name: Run if system has at least 4GB RAM win_shell: "echo Enough RAM"
when: ansible_memtotal_mb >= 4096
How do you conditionally run a task based on a fact like available memory?
- A . See the Explanation.
A
Explanation:
– name: Run if system has at least 4GB RAM win_shell: "echo Enough RAM"
when: ansible_memtotal_mb >= 4096
How do you conditionally run a task based on a fact like available memory?
- A . See the Explanation.
A
Explanation:
– name: Run if system has at least 4GB RAM win_shell: "echo Enough RAM"
when: ansible_memtotal_mb >= 4096
