Questions
- AWX runs either in standalone Docker containers or Kubernetes.
a) True
b) False
- AWX provides which of the following to enterprises looking to manage their automation processes?
a) A web UI
b) A feature-complete API
c) Source control integration
d) All of the above
- AWX directly supports the secure management of credentials for automation.
a) True
b) False
- AWX provides a graphical development environment for creating and testing Ansible playbooks.
a) True
b) False
- AWX can schedule unattended jobs to run.
a) True
b) False
- In AWX, the pre-configured parameter set for an
ansible-playbook
run is known as what?a) Job Configuration
b) Ansible Template
c) Job Template
d) Ansible Run
- AWX can have its configuration divided between different parts of a business through the creation of which of the following?
a) Teams
b) Organizations
c) Deploying a second AWX server
d) Groups
- In AWX, it is possible to tell which of the following?
a) When a playbook was run
b) Who ran the...