|
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 | | - when: debug_terraform | default(false) | bool |
19 | | - block: |
20 | | - - name: Print variables used in cloudera.cloud.env |
21 | | - ansible.builtin.debug: |
22 | | - msg: |
23 | | - - "name: {{ plat__env_name }}" |
24 | | - - "state: started" |
25 | | - - "credential: {{ plat__xacccount_credential_name }}" |
26 | | - - "cloud: {{ plat__infra_type }}" |
27 | | - - "region: {{ plat__region }}" |
28 | | - - "default_sg: {{ plat__aws_security_group_default_id }}" |
29 | | - - "knox_sg: {{ plat__aws_security_group_knox_id }}" |
30 | | - - "log_location: {{ plat__aws_storage_location }}" |
31 | | - - "log_identity: {{ plat__aws_log_instance_profile_arn }}" |
32 | | - - "public_key_id: {{ plat__public_key_id }}" |
33 | | - - "workload_analytics: {{ plat__workload_analytics }}" |
34 | | - - "vpc_id: {{ plat__aws_vpc_id }}" |
35 | | - - "subnet_ids: {{ plat__aws_subnet_ids }}" |
36 | | - - "tags: {{ plat__tags }}" |
37 | | - - "tunnel: {{ plat__tunnel }}" |
38 | | - - "endpoint_access_scheme: {{ plat__endpoint_access_scheme | default(omit) }}" |
39 | | - - "endpoint_access_subnets: {{ plat__aws_public_subnet_ids | default(omit) }}" |
40 | | - - "freeipa instanceCountByGroup: {{ plat__env_freeipa }}" |
41 | | - |
42 | | - - name: Prompt to debug Terraform deployment |
43 | | - pause: |
44 | | - prompt: "Ready to create CDP environment. Check variables to be used in cloudera.cloud.env." |
45 | | - |
46 | 17 | - name: Set up CDP Environment Deployment on AWS |
47 | 18 | cloudera.cloud.env: |
48 | 19 | name: "{{ plat__env_name }}" |
|
0 commit comments