mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
EC2 instance_initiated_shutdown_behavior to terminate. Close #124
This commit is contained in:
parent
c52024d4cc
commit
0aff3ebb6f
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
count_tag:
|
count_tag:
|
||||||
name: "{{ aws_server_name }}"
|
name: "{{ aws_server_name }}"
|
||||||
assign_public_ip: yes
|
assign_public_ip: yes
|
||||||
|
instance_initiated_shutdown_behavior: terminate
|
||||||
register: ec2
|
register: ec2
|
||||||
|
|
||||||
- name: Add new instance to host group
|
- name: Add new instance to host group
|
||||||
|
|
Loading…
Add table
Reference in a new issue