Feedback

Chat Icon

AWX in Action

Ansible Orchestration at Scale

Inside the AWX Settings Menu: Auth Methods, Job Limits, and the Defaults Worth Changing
85%

Jobs: Ad Hoc Module Allowlist, Fact Cache TTL, and Job Limits

AWX provides various settings to control how jobs are executed. These can be accessed by navigating to Settings > Jobs. The available options let you configure the modules permitted for use by AWX's Ad Hoc Commands feature, set limits on the number of scheduled jobs, define their output size, and adjust other job-related details.

For instance, the available ad hoc commands are restricted to the following modules by default:

[
  "command",
  "shell",
  "yum",
  "apt",
  "apt_key",
  "apt_repository",
  "apt_rpm",
  "service",
  "group",
  "user",
  "mount",
  "ping",
  "selinux",

AWX in Action

Ansible Orchestration at Scale

Enroll now to unlock all content and receive all future updates for free.