diff --git a/ansible/host_vars/datanommer-test.yml b/ansible/host_vars/datanommer-test.yml new file mode 100644 index 0000000..4ca7a16 --- /dev/null +++ b/ansible/host_vars/datanommer-test.yml @@ -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" + diff --git a/ansible/host_vars/datanommer-timescale.yml b/ansible/host_vars/datanommer-timescale.yml new file mode 100644 index 0000000..4ca7a16 --- /dev/null +++ b/ansible/host_vars/datanommer-timescale.yml @@ -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" + diff --git a/ansible/secrets/asaleh.pub b/ansible/secrets/asaleh.pub new file mode 100644 index 0000000..8b74dd0 Binary files /dev/null and b/ansible/secrets/asaleh.pub differ