Commit 3bee293 1 parent eb7c6f3 commit 3bee293 Copy full SHA for 3bee293
File tree 4 files changed +17
-11
lines changed
roles/deploy_flask_app/templates
tests/integration/targets/test_deploy_flask_app
4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1
1
all:
2
2
hosts:
3
+ {% for item in deploy_flask_app_workers_instances %}
3
4
{{ item.instance_id }}:
4
5
ansible_host: "{{ item.private_ip_address }}"
5
6
workers_hosts: "{{ deploy_flask_app_workers_join }}"
6
7
ansible_ssh_user: "{{ deploy_flask_app_workers_user_name }}"
7
8
ansible_ssh_common_args: '-o "UserKnownHostsFile=/dev/null" -o StrictHostKeyChecking=no -i {{ deploy_flask_app_workers_ssh_private_key }}'
8
- ansible_python_interpreter: auto
9
+ ansible_python_interpreter: auto
10
+ {% endfor %}
Original file line number Diff line number Diff line change 1
- cloud/aws
1
+ ! cloud/aws
2
2
role/deploy_flask_app
3
3
time=35m
Original file line number Diff line number Diff line change 1
- aws_security_token : ' {{ security_token | default(omit) }}'
1
+ aws_security_token : ' {{ security_token | default(omit) }}'
2
+ aws_region : eu-west-2
3
+ resource_prefix : ansible-test-local-20231220
Original file line number Diff line number Diff line change 2
2
- name : " Run deploy_flask_app integration tests"
3
3
module_defaults :
4
4
group/aws :
5
- aws_access_key : " {{ aws_access_key }}"
6
- aws_secret_key : " {{ aws_secret_key }}"
7
- security_token : " {{ aws_security_token }}"
8
- region : " {{ aws_region }}"
5
+ # aws_access_key: "{{ aws_access_key }}"
6
+ # aws_secret_key: "{{ aws_secret_key }}"
7
+ # security_token: "{{ aws_security_token }}"
8
+ # region: "{{ aws_region }}"
9
+ aws_profile : eu_london
10
+ region : eu-west-2
9
11
10
12
block :
11
13
- name : Run operation create
29
31
# retries: 5
30
32
# delay: 10
31
33
32
- always :
33
- # Cleanup after ourselves
34
- - name : Cleanup
35
- ansible.builtin.include_tasks : " delete.yaml"
34
+ # always:
35
+ # # Cleanup after ourselves
36
+ # - name: Cleanup
37
+ # ansible.builtin.include_tasks: "delete.yaml"
You can’t perform that action at this time.
0 commit comments