here were no credentials #127

This commit is contained in:
Jack Ivanov 2016-11-29 18:46:58 +03:00 committed by GitHub
parent d93b7c200f
commit ad162f55a2

View file

@ -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 }}"