mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
10 lines
235 B
YAML
10 lines
235 B
YAML
---
|
|
|
|
- name: Install distro-specific prerequisites
|
|
include: "{{ ansible_distribution|lower }}.yml"
|
|
|
|
- name: Fetch local EC2 metadata
|
|
ec2_metadata_facts:
|
|
# Guard is mostly for testing
|
|
when: ansible_system_vendor == "Amazon EC2"
|