File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,22 @@ mongodbnode-01 | SUCCESS => {
116
116
```
117
117
# provisioning of the hosts
118
118
119
+ All the hosts can be provisioned using:
120
+
119
121
```
120
122
ansible-playbook -i terraform/bin/terraform.py/terraform.py ansible/pegski.yml
121
123
```
122
124
123
125
124
126
## left todo:
125
127
126
- create ansible hostfile
127
- attach playbooks
128
- refactor dockerfiles
129
-
128
+ * create ansible playbook for provisioning mongodb
129
+ * setup memcached
130
+ * refactor dockerfiles
131
+ * files should be loaded in docker container
132
+ * switch from nginx to apache to allow env variables
133
+ * adjust SF3 configuration to use env variables for configuration
134
+ * update SF3 mongodb settings to use dedicated mongodb instance
135
+ * setup jenkins to listen for github webhook to run tests and deploy
136
+ * add basic monitoring
130
137
You can’t perform that action at this time.
0 commit comments