mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
EC2 eip facts authentication fix
This commit is contained in:
parent
ecb4e555b4
commit
599c798415
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
||||||
- block:
|
- block:
|
||||||
- name: Get existing available Elastic IPs
|
- name: Get existing available Elastic IPs
|
||||||
ec2_eip_facts:
|
ec2_eip_facts:
|
||||||
|
aws_access_key: "{{ access_key }}"
|
||||||
|
aws_secret_key: "{{ secret_key }}"
|
||||||
register: raw_eip_addresses
|
register: raw_eip_addresses
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
|
|
Loading…
Add table
Reference in a new issue