Question 1mediummultiple choice
Read the full Ansible explanation →EX294 Manage automation security and operations • Complete Question Bank
Complete EX294 Manage automation security and operations question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Socket statistics
Query systemd journal
Show current SELinux mode
Manage firewalld rules
Extend a logical volume
---
controller_configuration:
organizations:
- name: Engineering
description: Engineering Team
teams:
- name: Dev
organization: Engineering
description: Developers
users:
- username: jdoe
first_name: John
last_name: Doe
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
...encrypted...
teams:
- name: Dev
organization: Engineering
roles:
- name: admin
type: organization
organization: EngineeringTASK [deploy app] **************************************************************
fatal: [web01.example.com]: FAILED! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).", "unreachable": true}The following error is displayed when running a playbook:
fatal: [server1]: FAILED! => {"msg": "Attempting to decrypt but no vault secrets found"}Refer to the exhibit. In automation controller, a job template named 'Deploy App' has the following configuration:
- Inventory: Production
- Project: App_Project
- Credential: Machine credential 'prod_ssh'
- Verbosity: 0 (Normal)
- Job Type: Run
- Extra Variables: {"env": "production"}
A member of the Operations team launches this job template and sees the job status as 'pending' for several minutes before it eventually runs. What is the most likely cause?$ ansible-vault view secret.yml Vault password: ERROR! Vault password is incorrect for vault id 'default' at line 1 of secret.yml