Update for 2 regions with network timeout issue
diff --git a/defaults/main.yml b/defaults/main.yml
index 0ecdb58..a2f200b 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -4,6 +4,6 @@
apigee_mirror_listen_port: 3939
apigee_mirror_server_name: localhost
apigee_nginx: "/opt/nginx/scripts/apigee-nginx"
-apigee_mirror_username: admin
-apigee_mirror_password: admin
+apigee_repo_user: admin
+apigee_repo_password: admin
diff --git a/tasks/main.yml b/tasks/main.yml
index 974139e..f1fa13c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -28,6 +28,6 @@
regexp: "({{ item.attribute }}).*"
line: '{{ item.attribute }}{{ item.value }}'
with_items:
- - { attribute: 'export MIRROR_USERNAME=', value: '{{ apigee_mirror_username }}' }
- - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_mirror_password }}'}
+ - { attribute: 'export MIRROR_USERNAME=', value: '{{ apigee_repo_user }}' }
+ - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_password }}'}