|
14 | 14 | # See the License for the specific language governing permissions and |
15 | 15 | # limitations under the License. |
16 | 16 |
|
17 | | -# - name: Debug variables with Terraform |
18 | | -# debug: |
19 | | -# msg: |
20 | | -# - "name: {{ plat__env_name }}" |
21 | | -# - "state: started" |
22 | | -# - "credential: {{ plat__xacccount_credential_name }}" |
23 | | -# - "cloud: {{ plat__infra_type }}" |
24 | | -# - "region: {{ plat__region }}" |
25 | | -# - "default_sg: {{ plat__aws_security_group_default_id }}" |
26 | | -# - "knox_sg: {{ plat__aws_security_group_knox_id }}" |
27 | | -# - "log_location: {{ plat__aws_storage_location }}" |
28 | | -# - "log_identity: {{ plat__aws_log_instance_profile_arn }}" |
29 | | -# - "public_key_id: {{ plat__public_key_id }}" |
30 | | -# - "workload_analytics: {{ plat__workload_analytics }}" |
31 | | -# - "vpc_id: {{ plat__aws_vpc_id }}" |
32 | | -# - "subnet_ids: {{ plat__aws_subnet_ids }}" |
33 | | -# - "s3_guard_name: {{ plat__aws_dynamodb_table_name }}" |
34 | | -# - "tags: {{ plat__tags }}" |
| 17 | +- name: Debug variables with Terraform |
| 18 | + debug: |
| 19 | + msg: |
| 20 | + - "name: {{ plat__env_name }}" |
| 21 | + - "state: started" |
| 22 | + - "credential: {{ plat__xacccount_credential_name }}" |
| 23 | + - "cloud: {{ plat__infra_type }}" |
| 24 | + - "region: {{ plat__region }}" |
| 25 | + - "default_sg: {{ plat__aws_security_group_default_id }}" |
| 26 | + - "knox_sg: {{ plat__aws_security_group_knox_id }}" |
| 27 | + - "log_location: {{ plat__aws_storage_location }}" |
| 28 | + - "log_identity: {{ plat__aws_log_instance_profile_arn }}" |
| 29 | + - "public_key_id: {{ plat__public_key_id }}" |
| 30 | + - "workload_analytics: {{ plat__workload_analytics }}" |
| 31 | + - "vpc_id: {{ plat__aws_vpc_id }}" |
| 32 | + - "subnet_ids: {{ plat__aws_subnet_ids }}" |
| 33 | + - "tags: {{ plat__tags }}" |
| 34 | + - "tunnel: {{ plat__tunnel }}" |
| 35 | + - "endpoint_access_scheme: {{ plat__endpoint_access_scheme | default(omit) }}" |
| 36 | + - "endpoint_access_subnets: {{ plat__aws_public_subnet_ids | default(omit) }}" |
| 37 | + - "freeipa instanceCountByGroup: {{ plat__env_freeipa }}" |
| 38 | + |
| 39 | +- name: Prompt added by jenright |
| 40 | + pause: |
| 41 | + prompt: "Ready to create CDP environment" |
| 42 | + when: debug_terraform | default(false) | bool |
| 43 | + |
35 | 44 |
|
36 | 45 | - name: Set up CDP Environment Deployment on AWS |
37 | 46 | cloudera.cloud.env: |
|
0 commit comments