mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add fetching of EC2 metadata and generation of EFS mount from it.
This commit is contained in:
8
roles/aws_metadata/tasks/main.yml
Normal file
8
roles/aws_metadata/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
# This role is primarily intended to be depended on via `meta` by
|
||||
# roles that need runtime information available.
|
||||
|
||||
- name: Fetch local EC2 metadata
|
||||
ec2_metadata_facts:
|
||||
|
||||
Reference in New Issue
Block a user