-
Notifications
You must be signed in to change notification settings - Fork 2
/
credentials.yaml
25 lines (22 loc) · 971 Bytes
/
credentials.yaml
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
# Use Ansible Vault to Encrypt this file
# Step #1: Define a password that it will used to encrypt this file (e.g. my_secret)
# $ echo 'my_secret' > .vault_pass
# Step #2: Remove this file, so you can create a encrypted version
# $ rm credentials.yaml
# Step #3: Finally, create a encrypted version using Ansible Vault
# $ ansible-vault create credentials.yaml
# ...with the following content (Please add your credentials)
username:
password:
# OpenShift 4 Pull Secret File
# Necessary to add a subcription to OpenShift
openshift_pull_secret_file:
# (Optional) A custom public key file with all your needed public keys
# which it's going to be inserted into Bastion's authorized_key
# Example: "{{ ansible_env.HOME }}/.ssh/publickey.pub"
#personal_pub_file:
# (OPTIONAL) If you add your docker credentials, it will log into a Docker registry
# directly
#docker_registry:
#docker_username:
#docker_password: