Ansible Roles · Authentication Profile

Ansible Roles Authentication

Authentication

Ansible Roles secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

AnsibleAutomationCollectionsConfiguration ManagementDevOpsInfrastructure As CodeRoles
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

TokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

ansible-roles-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ansible-roles-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: TokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Galaxy / Automation Hub token, sent as `Authorization: Token <value>`.'
  sources:
  - openapi/ansible-roles-openapi.yml