forked from kastenhq/ansible-edge-gitops-kasten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-secret.yaml.template
55 lines (46 loc) · 1.64 KB
/
values-secret.yaml.template
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
---
# NEVER COMMIT THESE VALUES TO GIT
version: "2.0"
secrets:
- name: aws-creds
fields:
- name: aws_access_key_id
value: "An aws access key that can provision VMs and manage IAM (if using portworx)"
- name: aws_secret_access_key
value: "An aws access secret key that can provision VMs and manage IAM (if using portworx)"
- name: vm-ssh
fields:
- name: username
value: 'Username of user to attach privatekey and publickey to - cloud-user is a typical value'
- name: privatekey
value: 'Private ssh key of the user who will be able to elevate to root to provision kiosks'
- name: publickey
value: 'Public ssh key of the user who will be able to elevate to root to provision kiosks'
- name: rhsm
fields:
- name: username
value: 'username of user to register RHEL VMs'
- name: password
value: 'password of rhsm user in plaintext'
- name: kiosk-extra
fields:
# Default: '--privileged -e GATEWAY_ADMIN_PASSWORD=redhat'
- name: container_extra_params
value: "Optional extra params to pass to kiosk ignition container, including admin password"
- name: cloud-init
fields:
- name: userData
value: |-
#cloud-config
user: 'username of user for console, probably cloud-user'
password: 'a suitable password to use on the console'
chpasswd: { expire: False }
- name: aap-manifest
fields:
- name: b64content
path: 'full pathname of file containing Satellite Manifest for entitling Ansible Automation Platform'
base64: true
- name: kastendr-passphrase
fields:
- name: key
value: 'passphrase'