forked from validatedpatterns/agof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
agof_vault_template.yml
36 lines (26 loc) · 2.21 KB
/
agof_vault_template.yml
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
---
aws_account_nbr_vault: 'Your AWS account number - needed to share composer images with'
aws_access_key_vault: 'Your AWS access key'
aws_secret_key_vault: 'Your AWS secret key'
pattern_prefix: 'A name to distinguish this pattern from other patterns installed on the same infrastructure'
pattern_dns_zone: 'A public DNS zone managed by AWS Route53'
ec2_name_prefix: 'A unique prefix to distinguish instances in AWS. Used as the pattern name and in public DNS entries'
ec2_region: 'An AWS region that your account has access to'
# Generate it from https://access.redhat.com/management/api
offline_token: 'A Red Hat offline token used to build the RHEL image on console.redhat.com'
redhat_username: 'Red Hat Subscription username, used to login to registry.redhat.io'
redhat_password: 'Red Hat Subscription password, used to login to registry.redhat.io'
admin_password: 'An admin password for AAP Controller and Automation Hub'
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html-single/red_hat_ansible_automation_platform_operations_guide/index#proc-create-subscription-allocation_obtain-manifest
manifest_content: "Content for a manifest file to entitle AAP Controller. See below for an example of how to point to a local file"
#manifest_content: "{{ lookup('file', '~/Downloads/manifest_AVP_20230510T202608Z.zip') | b64encode }}"
org_number_vault: "The Organization Number attached to your Red Hat Subscription for RHEL and AAP"
activation_key_vault: "The name of an Activation Key to embed in the imagebuilder image"
# Set these variables to provide your own AMI, or to re-use an AMI previously generated with this process
#skip_imagebuilder_build: 'boolean: skips imagebuilder build process'
#imagebuilder_ami: 'The ID of an AWS AMI image, preferably one that was built with this toolkit'
automation_hub_token_vault: 'A token associated with your AAP subscription used to retrieve Automation Hub content'
# These variables can be set but are optional. The previous (before AAP 2.4) conncept of sync-list was private
# to an account.
#automation_hub_url_certified_vault: 'The private automation hub URL for certified content'
#automation_hub_url_validated_vault: 'The private automation hub URL for validated content'