return back the encryption variable

This commit is contained in:
Jack Ivanov 2019-08-19 20:30:16 +02:00
parent 6eed0c07aa
commit 3ea2455dc5
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
--- ---
encrypted: "{{ cloud_providers.ec2.encrypted }}"
ec2_vpc_nets: ec2_vpc_nets:
cidr_block: 172.16.0.0/16 cidr_block: 172.16.0.0/16
subnet_cidr: 172.16.254.0/23 subnet_cidr: 172.16.254.0/23

View file

@ -13,7 +13,7 @@
ImageIdParameter: "{{ ami_image }}" ImageIdParameter: "{{ ami_image }}"
WireGuardPort: "{{ wireguard_port }}" WireGuardPort: "{{ wireguard_port }}"
UseThisElasticIP: "{{ existing_eip }}" UseThisElasticIP: "{{ existing_eip }}"
EbsEncrypted: "{{ cloud_providers.ec2.encrypted }}" EbsEncrypted: "{{ encrypted }}"
tags: tags:
Environment: Algo Environment: Algo
register: stack register: stack