diff --git a/aws_confluence_dc_node.yml b/aws_confluence_dc_node.yml index e33fe3d..979f96b 100644 --- a/aws_confluence_dc_node.yml +++ b/aws_confluence_dc_node.yml @@ -7,6 +7,7 @@ atl_product_family: "confluence" atl_product_user: "confluence" atl_product_edition: "confluence" + atl_jdbc_encoding: 'UTF-8' atl_jdbc_collation: 'en_US.UTF-8' diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 072ff20..3685381 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -10,6 +10,7 @@ ENV_FILE=${4:-"/etc/atl"} export PATH=/usr/local/bin:$PATH + # Set the environment with default exports set -a source $ENV_FILE