Skip to content

Commit

Permalink
Merge pull request #2134 from IPvSean/devel
Browse files Browse the repository at this point in the history
new PR for CI testing
  • Loading branch information
IPvSean authored Mar 27, 2024
2 parents d1218c7 + 829ccff commit 5ffa203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/manage_ec2_instances/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,21 @@ ec2_info:
volume_type: gp3
iops: 1000
throughput: 125
volume_size: 16
volume_size: 16
delete_on_termination: true
arista:
size: c5.xlarge
ami: "{{ arista_ami | default(omit) }}"
os: eos
username: ec2-user
filter: "*4.27.3F*"
filter: "*CloudEOS-4.29*"
volume:
- device_name: /dev/xvda
ebs:
volume_type: gp3
iops: 1000
throughput: 125
volume_size: 8
volume_size: 10
checkpoint_mgmt:
owners: 679593333241
filter: 'Check Point CloudGuard IaaS BYOL*R80.40*'
Expand Down Expand Up @@ -356,7 +356,7 @@ ansible_async_dir: "/tmp/.ansible_async"
# us-east-2: ami-0ef29e3299cf26819
# us-west-1: ami-0009710aa9b69790e
# us-west-2: ami-0b0d02e3c1d09fd4c

pre_build_hub_ami:
ap-northeast-1: ami-0e10c305c74ebe2c4
ap-southeast-1: ami-0b8c588fe02c19ce6
Expand Down

0 comments on commit 5ffa203

Please sign in to comment.