-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.yml
31 lines (31 loc) · 947 Bytes
/
main.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
# these boolean variables can be set true or true to control execution of terraform tasks
# in the ../tasks directory, the main.yml file uses these values to control execution
# these variable should be used for doing selective re-run of the ansible jobs. Otherwise, no need to change
create_redis: true
get_rec_secrets: true
install_redis_gears: true
redis_additions: true
dns: true
create_redis_databases: true
create_postgres: true
create_postgres_database: true
create_vault: true
check_vault: true
download_vault_plugin: true
vault_initialize: true
vault_unseal: true
vault_plugin: true
vault_write_database: true
vault_enable_k8s: true
vault_write_k8s_config: true
get_database_secrets: true
create_redis_connect_namespace: true
create_redis_connect_vault: true
redis_connect_policy_role: true
start_redis_connect: true
create_rdi_namespace: true
create_rdi: true
rdi_create_deploy: true
create_debezium: true
rerc: true
cleanup: true