Enable EC2 volume encryption by default

This commit is contained in:
Jack Ivanov 2018-06-28 13:57:03 +03:00
parent fbc9ba8efb
commit 9c2a86c64c
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@ cloud_providers:
size: s-1vcpu-1gb
image: "ubuntu-18-04-x64"
ec2:
encrypted: true
size: t2.micro
image:
name: "ubuntu-bionic-18.04"

View file

@ -1,6 +1,6 @@
---
ami_search_encrypted: omit
encrypted: false
encrypted: "{{ cloud_providers.ec2.encrypted }}"
ec2_vpc_nets:
cidr_block: 172.16.0.0/16
subnet_cidr: 172.16.254.0/23