netdevopsx.awx.awx_provision (1.0.0) — module

Provision AWX configuration

| "added in version" 2.5 of netdevopsx.awx"

Authors: Maxim Generalov (@generalovmaksim)

preview | supported by community

Install collection

Install with ansible-galaxy collection install netdevopsx.awx:==1.0.0


Add to requirements.yml

  collections:
    - name: netdevopsx.awx
      version: 1.0.0

Description

Provision configuration of AWX based on inventory

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# provision AWX
- name: AWX Provision
  awx_provision:
    config: "{{ ansible_tower }}"

Outputs

message:
  description: The output message that the test module generates
  returned: always
  type: str
original_message:
  description: The original name param that was passed in
  returned: always
  type: str