mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
here were no credentials #127
This commit is contained in:
parent
0cf64edb04
commit
0459890354
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
- name: Configure EC2 virtual private clouds
|
- name: Configure EC2 virtual private clouds
|
||||||
ec2_vpc:
|
ec2_vpc:
|
||||||
|
aws_access_key: "{{ aws_access_key }}"
|
||||||
|
aws_secret_key: "{{ aws_secret_key }}"
|
||||||
state: present
|
state: present
|
||||||
resource_tags: { "Environment":"Algo" }
|
resource_tags: { "Environment":"Algo" }
|
||||||
region: "{{ region }}"
|
region: "{{ region }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue