ansible/awx

Add ability to know which Organization Job is related for

Open

#961 opened on Jan 10, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (13,071 stars) (3,333 forks)batch import
Hacktoberfestcomponent:apigood first issuehelp wantedtype:enhancement

Description

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
  • Playbooks
SUMMARY

It will be nice to have some extra variable passed to job template in order to know which organization this job is related for.

STEPS TO REPRODUCE

As for example it might me accessible via extra vars {{ ansible_organization_name }} or via environment variable {{ lookup('env', 'ORGANIZATION_NAME') }}

Contributor guide