Initial commit.

This commit is contained in:
Drew Larson
2016-03-23 16:29:28 -06:00
commit b6ad0dd068
90 changed files with 2889 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
sudo: yes
# Application settings
app_name: bikeshop
app_user: "{{ app_name }}"
webapps_dir: /srv
settings_module: bikeshop.settings.{{ group_names[0] }}
app_dir: "{{ webapps_dir }}/{{ app_name }}"
venv: /opt/venv/{{ app_name }}-{{ group_names[0] }}
db_name: "{{ app_name }}_development"
db_user: "{{ app_name }}"
db_user_password: "{{ secret_db_user_password }}"
secret_db_user_password: password
@@ -0,0 +1,11 @@
postgresql_postgis: yes
app_dir: "{{ webapps_dir }}/{{ app_name }}"
db_name: "{{ app_name }}_production"
db_user: "{{ app_name }}"
db_user_password: "{{ secret_db_user_password }}"
django_key: "{{ secret_django_key }}"
app_domain_name: shop.bcbc.bike
app_port: 9999
@@ -0,0 +1,10 @@
$ANSIBLE_VAULT;1.1;AES256
32363235643965636135663037643239343762353631383934636533373537666561373063353261
6363393337636562653565303362366437313038633765330a396239336337356130353932656563
64623464623637323736376665343539353634326636333134363961653431303065373337616238
6633346461346266620a383536383331663262373736353230643736356134323136363230316136
61353131326165346564626237306630323962366239653837323463653639616363303562396662
32626165613563313130376438656561656664663231303839303935376335396533646534326661
38306561303432326236346365353034663736376335616434633332313735383236396431636532
36643163333762613065373861333265326363613365623330323135363739663931666466373961
6362
@@ -0,0 +1,10 @@
postgresql_postgis: yes
db_name: "{{ app_name }}_staging"
db_user: "{{ app_name }}"
db_user_password: "{{ secret_db_user_password }}"
django_key: "{{ secret_django_key }}"
app_domain_name: 9mile.local
app_port: 9998
+2
View File
@@ -0,0 +1,2 @@
secret_db_user_password: password
secret_django_key: somekey