You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add edpm_playbook_environment variable support to all playbooks
This change adds support for setting environment variables (such as
proxy settings) across all playbooks in the edpm-ansible collection
through a single, centralized variable.
Changes:
- Added 'environment: {{ edpm_playbook_environment | default({}) }}'
to all 36 playbooks at the play level
- Updated docs/source/contributing_playbooks.rst to document the
requirement and usage of edpm_playbook_environment
- Included example usage showing how to configure proxy settings
The edpm_playbook_environment variable accepts a dictionary of
environment variable key-value pairs and defaults to an empty
dictionary for backward compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Jira: OSPRH-14548
Signed-off-by: James Slagle <[email protected]>
0 commit comments