Guillaume Coré
2017-12-15 58c5bb27175054d89f145e1203c0d98931dde456
ansible/configs/ans-tower-lab/files/cloud_providers/ec2_cloud_template.j2
@@ -1,42 +1,46 @@
AWSTemplateFormatVersion: "2010-09-09"
Mappings:
  RegionMapping:
    "us-east-1":
         RHELAMI: "ami-b63769a1"
         WIN2012R2AMI: "ami-c6e9d9bd"
    "us-east-2":
         RHELAMI: "ami-0932686c"
         WIN2012R2AMI: "ami-5d99b938"
    "us-west-1":
         RHELAMI: "ami-2cade64c"
         WIN2012R2AMI: "ami-c52d07a5"
    "us-west-2":
         RHELAMI: "ami-6f68cf0f"
         WIN2012R2AMI: "ami-3c4ba944"
    "eu-west-1":
         RHELAMI: "ami-02ace471"
         WIN2012R2AMI: "ami-6dd02214"
    "eu-central-1":
         RHELAMI: "ami-e4c63e8b"
         WIN2012R2AMI: "ami-8306afec"
    "ap-northeast-1":
         RHELAMI: "ami-5de0433c"
         WIN2012R2AMI: "ami-c229dfa4"
    "ap-northeast-2":
         RHELAMI: "ami-44db152a"
         WIN2012R2AMI: "ami-098a5267"
    "ap-southeast-1":
         RHELAMI: "ami-2c95344f"
         WIN2012R2AMI: "ami-c87c19ab"
    "ap-southeast-2":
         RHELAMI: "ami-39ac915a"
         WIN2012R2AMI: "ami-46f1e925"
    "sa-east-1":
         RHELAMI: "ami-7de77b11"
         WIN2012R2AMI: "ami-f0b4c59c"
    "ap-south-1":
         RHELAMI: "ami-cdbdd7a2"
         WIN2012R2AMI: "ami-82fe84ed"
    us-east-1:
      RHELAMI: ami-b63769a1
      WIN2012R2AMI: ami-93118ee9
    us-east-2:
      RHELAMI: ami-0932686c
      WIN2012R2AMI: ami-72745d17
    us-west-1:
      RHELAMI: ami-2cade64c
      WIN2012R2AMI: ami-ef95ae8f
    us-west-2:
      RHELAMI: ami-6f68cf0f
      WIN2012R2AMI: ami-af5980d7
    eu-west-1:
      RHELAMI: ami-02ace471
      WIN2012R2AMI: ami-24f04d5d
    eu-west-2:
      WIN2012R2AMI: ami-6a746a0e
    ca-central-1:
      WIN2012R2AMI: ami-4e4cf72a
    eu-central-1:
      RHELAMI: ami-e4c63e8b
      WIN2012R2AMI: ami-88c14ee7
    ap-northeast-1:
      RHELAMI: ami-5de0433c
      WIN2012R2AMI: ami-dcdd66ba
    ap-northeast-2:
      RHELAMI: ami-44db152a
      WIN2012R2AMI: ami-681cbb06
    ap-southeast-1:
      RHELAMI: ami-2c95344f
      WIN2012R2AMI: ami-f887d59b
    ap-southeast-2:
      RHELAMI: ami-39ac915a
      WIN2012R2AMI: ami-f601f494
    sa-east-1:
      RHELAMI: ami-7de77b11
      WIN2012R2AMI: ami-42a5e12e
    ap-south-1:
      RHELAMI: ami-cdbdd7a2
      WIN2012R2AMI: ami-b9e8a6d6
  DNSMapping:
    "us-east-1":
      domain: "us-east-1.compute.internal"