mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
return back the encryption variable
This commit is contained in:
parent
6eed0c07aa
commit
3ea2455dc5
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
encrypted: "{{ cloud_providers.ec2.encrypted }}"
|
||||
ec2_vpc_nets:
|
||||
cidr_block: 172.16.0.0/16
|
||||
subnet_cidr: 172.16.254.0/23
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
ImageIdParameter: "{{ ami_image }}"
|
||||
WireGuardPort: "{{ wireguard_port }}"
|
||||
UseThisElasticIP: "{{ existing_eip }}"
|
||||
EbsEncrypted: "{{ cloud_providers.ec2.encrypted }}"
|
||||
EbsEncrypted: "{{ encrypted }}"
|
||||
tags:
|
||||
Environment: Algo
|
||||
register: stack
|
||||
|
|
Loading…
Add table
Reference in a new issue