Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for variable files into 'Job Template' #15014

Open
6 of 9 tasks
v-miguel opened this issue Mar 20, 2024 · 0 comments
Open
6 of 9 tasks

Add support for variable files into 'Job Template' #15014

v-miguel opened this issue Mar 20, 2024 · 0 comments

Comments

@v-miguel
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

Enhancement to Existing Feature

Feature Summary

Problem description

To get applications and servers configurations stored following a GitOps approach it is important to have a single source of truth where all this configurations are stored, available and secure, providing also traceability over configurations changes.

Also, it may have some use-cases where the same ansible playbooks are run through AWX, manually by a sysAdmin, through some pipeline, ... and this requires that all configurations are saved ina single place and accessible through all of this different means.

Proposed implementation

Add support in job templates to load a variables file from the same git repository where the playbooks are defined OR from a different git repository.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

Add an option to load extra variables from a file stored in the git repo

Current results

It is not possible at all. All config variables should be defined into awx. If need to run the ansible playbooks by other means, it is not possible to do so having the configurations centralized.

Sugested feature result

Have an option to load a variables file into job template, which is stored in a git repo.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants