mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
190 B
YAML
7 lines
190 B
YAML
|
---
|
||
|
# defaults file for test_redshift
|
||
|
redshift_cluster_name: '{{ resource_prefix }}'
|
||
|
reshift_master_password: "th1s_is_A_test"
|
||
|
redshift_master_username: "master_user"
|
||
|
node_type: "dc2.large"
|