forgot to git add :(
This commit is contained in:
parent
d523e68a3e
commit
03c78e36b0
3 changed files with 46 additions and 0 deletions
23
ansible/host_vars/datanommer-test.yml
Normal file
23
ansible/host_vars/datanommer-test.yml
Normal 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"
|
||||
|
23
ansible/host_vars/datanommer-timescale.yml
Normal file
23
ansible/host_vars/datanommer-timescale.yml
Normal 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
BIN
ansible/secrets/asaleh.pub
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue