File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,18 @@ maybe wrong fingerprint in known_hosts
21
21
22
22
## Available Tags
23
23
* init
24
- * setup_db
25
- * setup_db_cluster
26
- * setup_web
24
+ * setup_db (installs PostgreSQL and repmgr)
25
+ * setup_db_cluster (sets up master and slave configuration)
26
+ * setup_web (installs nginx & composer)
27
27
* setup_load_balancer
28
- * install_app
29
- * update_app
28
+ * install_app (initial installation of the web application)
29
+ * update_app (updates the web application to the latest version)
30
30
31
31
# Before start
32
32
* add the public key of the machine from where you run ansible to ` group_vars/all `
33
33
34
34
## Known issues
35
35
* add ` -f 1 ` when running multiple (vagrant) machines on one host. Otherwise apt-get often exits with an error during update or install
36
+
37
+ ## TODO
38
+ * find a reliable way for adding a key to known_hosts only once
You can’t perform that action at this time.
0 commit comments