File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
"aws_secret_key" : " " ,
5
5
"region" : " ap-southeast-1" ,
6
6
"ami_regions" : " ap-southeast-1" ,
7
- "ami" : " --skip-tags,update-only " ,
8
- "ansible_arguments" : " "
7
+ "ami" : " ami-0f7719e8b7ba25c61 " ,
8
+ "ansible_arguments" : " --skip-tags,update-only "
9
9
},
10
10
"builders" : [{
11
11
"type" : " amazon-ebs" ,
14
14
"region" : " {{user `region`}}" ,
15
15
"ami_regions" : " {{user `ami_regions`}}" ,
16
16
"source_ami" : " {{user `ami`}}" ,
17
- "instance_type" : " t2.large " ,
17
+ "instance_type" : " t2.2xlarge " ,
18
18
"ssh_username" : " ubuntu" ,
19
- "ami_name" : " supabase-postgresql-0.13 .0"
19
+ "ami_name" : " supabase-postgresql-0.12 .0"
20
20
}],
21
21
"provisioners" : [
22
22
{
23
23
"type" : " ansible" ,
24
+ "user" : " ubuntu" ,
24
25
"playbook_file" : " ansible/playbook.yml" ,
25
26
"extra_arguments" : " {{user `ansible_arguments`}}"
26
27
},
Original file line number Diff line number Diff line change 14
14
"snapshot_regions" : " {{user `snapshot_regions`}}" ,
15
15
"size" : " s-1vcpu-1gb" ,
16
16
"ssh_username" : " root" ,
17
- "snapshot_name" : " supabase-postgresql-0.13 .0"
17
+ "snapshot_name" : " supabase-postgresql-0.12 .0"
18
18
}],
19
19
"provisioners" : [
20
20
{
21
21
"type" : " ansible" ,
22
+ "user" : " root" ,
22
23
"playbook_file" : " ansible/playbook.yml" ,
23
24
"extra_arguments" : " {{user `ansible_arguments`}}"
24
25
},
You can’t perform that action at this time.
0 commit comments