-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.yml.example
More file actions
executable file
·60 lines (48 loc) · 1.79 KB
/
env.yml.example
File metadata and controls
executable file
·60 lines (48 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
# Path to the vault password file
vault_password_file: ~/.vault_pass.txt
# Environment variables for updates-and-patching
# Copy this file to env.yml and fill in your values
# Include standard credentials
# Standard credentials template
# Replace with actual values in env.yml
# General credentials
admin_user: "admin"
admin_password: "{{ vault_admin_password }}"
# Red Hat credentials
redhat_username: "{{ vault_redhat_username }}"
redhat_password: "{{ vault_redhat_password }}"
redhat_pool_id: "{{ vault_redhat_pool_id }}"
redhat_token: "{{ vault_redhat_token }}"
rh_credentials_token: "{{ vault_rh_credentials_token }}"
# Satellite credentials
satellite_admin_user: "admin"
satellite_admin_password: "{{ vault_satellite_admin_password }}"
satellite_server: "satellite.example.com"
# Ansible credentials
ansible_admin_user: "admin"
ansible_admin_password: "{{ vault_ansible_admin_password }}"
ansible_controller_host: "controller.example.com"
ansible_galaxy_token: "{{ vault_ansible_galaxy_token }}"
# GitHub credentials
github_token: "{{ vault_github_token }}"
github_username: "{{ vault_github_username }}"
# Additional secrets
aws_access_key: "{{ vault_aws_access_key }}"
aws_secret_key: "{{ vault_aws_secret_key }}"
azure_client_id: "{{ vault_azure_client_id }}"
azure_client_secret: "{{ vault_azure_client_secret }}"
azure_tenant_id: "{{ vault_azure_tenant_id }}"
azure_subscription_id: "{{ vault_azure_subscription_id }}"
# Project specific variables
# Add your project-specific variables below
# Example environment file - copy to env.yml and update with your values
# For security, actual env.yml should never be committed to Git
# Red Hat Credentials
RH_CREDENTIALS_TOKEN: ""
REDHAT_CDN_USERNAME: ""
REDHAT_CDN_PASSWORD: ""
# API URLs
# Project-specific settings
# EXAMPLE_API_KEY: ""
# EXAMPLE_API_SECRET: ""