You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_ansible_host_or_ip"></a> [ansible\_host\_or\_ip](#input\_ansible\_host\_or\_ip)| Private IP of virtual server instance running RHEL OS on which ansible will be installed and configured to act as central ansible node. |`string`| n/a | yes |
30
-
| <aname="input_ansible_vault_password"></a> [ansible\_vault\_password](#input\_ansible\_vault\_password)| Vault password to encrypt ansible playbooks that contain sensitive information. Password requirements: 15-100 characters and at least one uppercase letter, one lowercase letter, one number, and one special character. Allowed characters: A-Z, a-z, 0-9, !#$%&()*+-.:;<=>?@[]\_{\|}~. |`string`|`null`|no|
30
+
| <aname="input_ansible_vault_password"></a> [ansible\_vault\_password](#input\_ansible\_vault\_password)| Vault password to encrypt ansible playbooks that contain sensitive information. Password requirements: 15-100 characters and at least one uppercase letter, one lowercase letter, one number, and one special character. Allowed characters: A-Z, a-z, 0-9, !#$%&()*+-.:;<=>?@[]\_{\|}~. |`string`|n/a|yes|
31
31
| <aname="input_bastion_host_ip"></a> [bastion\_host\_ip](#input\_bastion\_host\_ip)| Jump/Bastion server public IP address to reach the ansible host which has private IP. |`string`| n/a | yes |
32
32
| <aname="input_configure_ansible_host"></a> [configure\_ansible\_host](#input\_configure\_ansible\_host)| If set to true, bash script will be executed to install and configure the collections and packages on ansible node. |`bool`| n/a | yes |
33
33
| <aname="input_dst_inventory_file_name"></a> [dst\_inventory\_file\_name](#input\_dst\_inventory\_file\_name)| Name for the inventory file to be generated on the Ansible host. |`string`| n/a | yes |
34
34
| <aname="input_dst_playbook_file_name"></a> [dst\_playbook\_file\_name](#input\_dst\_playbook\_file\_name)| Name for the playbook file to be generated on the Ansible host. |`string`| n/a | yes |
35
35
| <aname="input_dst_script_file_name"></a> [dst\_script\_file\_name](#input\_dst\_script\_file\_name)| Name for the bash file to be generated on the Ansible host. |`string`| n/a | yes |
36
+
| <aname="input_encrypt_playbook"></a> [encrypt\_playbook](#input\_encrypt\_playbook)| Whether to encrypt the playbook using ansible vault. The ocp configuration will always be encrypted, this only applies to the playbooks. |`bool`| n/a | yes |
36
37
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| IBM Cloud platform API key needed to deploy IAM enabled resources. |`string`|`null`| no |
37
38
| <aname="input_inventory_template_vars"></a> [inventory\_template\_vars](#input\_inventory\_template\_vars)| Map values for the inventory template. |`map(any)`| n/a | yes |
38
39
| <aname="input_playbook_template_vars"></a> [playbook\_template\_vars](#input\_playbook\_template\_vars)| Map values for the ansible playbook template. |`map(any)`| n/a | yes |
description="Vault password to encrypt ansible playbooks that contain sensitive information. Password requirements: 15-100 characters and at least one uppercase letter, one lowercase letter, one number, and one special character. Allowed characters: A-Z, a-z, 0-9, !#$%&()*+-.:;<=>?@[]_{|}~."
0 commit comments