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
Execution of playbook aws/full_deploy_and_configure.yml fails at gathering information on VPC if the user doesn't have the default region set at AWS config. The value of region configured at aws/aws_sdwan_config.yml is disregarded by this task.
Logs and external information
TASK [cisco.sdwan_deployment.aws_network_infrastructure : Check if VPC info is not empty] ***********************************************************************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [cisco.sdwan_deployment.aws_network_infrastructure : Set aws_vpc and aws_vpc_id facts] *********************************************************************************************************************
ok: [localhost]
TASK [cisco.sdwan_deployment.aws_network_infrastructure : Gather information about any VPC subnet within VPC with ID] *******************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The amazon.aws.ec2_vpc_subnet_info module requires a region and none was found in configuration, environment variables or module parameters"}
PLAY RECAP ******************************************************************************************************************************************************************************************************
localhost : ok=26 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0
Summary
Execution of playbook
aws/full_deploy_and_configure.yml
fails at gathering information on VPC if the user doesn't have the default region set at AWS config. The value ofregion
configured ataws/aws_sdwan_config.yml
is disregarded by this task.Logs and external information
Reproduction script
ansible-playbook playbooks/aws/full_deploy_and_configure.yml
Issue Severity
Low: It annoys me
The text was updated successfully, but these errors were encountered: