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