Skip to content

Commit

Permalink
Enable EC2 volume encryption by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Jun 28, 2018
1 parent d58bd18 commit 3abfa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ cloud_providers:
size: s-1vcpu-1gb
image: "ubuntu-18-04-x64"
ec2:
encrypted: true
size: t2.micro
image:
name: "ubuntu-bionic-18.04"
Expand Down
2 changes: 1 addition & 1 deletion roles/cloud-ec2/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3abfa65

Please sign in to comment.