forgot to git add :(

This commit is contained in:
Mark O'Brien 2021-02-03 15:22:38 +00:00
parent d523e68a3e
commit 03c78e36b0
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,23 @@
ami_id: ami-0d1025d5e7588f2e6
ssh_key_name: 'mobrien'
instance_name: "arc-{{initiative_name}}"
disk_size: 3000
subnet_id: subnet-0ebb9d7d8e4db80df
security_group_name: "arc-datanommer-sg"
vpc_id: vpc-0fe7ead908f270a09
aws_region: us-east-1
open_ports: [22, 80, 443]
instance_type: r4.xlarge
initiative_name: datanommer
env: "production"
wsgi_wants_apache: True
# postgresql related vars
# kernel SHMMAX value
kernel_shmmax: 68719476736
shared_buffers: "4GB"
effective_cache_size: "12GB"

View file

@ -0,0 +1,23 @@
ami_id: ami-0d1025d5e7588f2e6
ssh_key_name: 'mobrien'
instance_name: "arc-{{initiative_name}}"
disk_size: 3000
subnet_id: subnet-0ebb9d7d8e4db80df
security_group_name: "arc-datanommer-sg"
vpc_id: vpc-0fe7ead908f270a09
aws_region: us-east-1
open_ports: [22, 80, 443]
instance_type: r4.xlarge
initiative_name: datanommer
env: "production"
wsgi_wants_apache: True
# postgresql related vars
# kernel SHMMAX value
kernel_shmmax: 68719476736
shared_buffers: "4GB"
effective_cache_size: "12GB"

BIN
ansible/secrets/asaleh.pub Normal file

Binary file not shown.