Skip to content

Commit d717c13

Browse files
committed
added TODO and some explanation
1 parent 690730d commit d717c13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ maybe wrong fingerprint in known_hosts
2121

2222
## Available Tags
2323
* 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)
2727
* 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)
3030

3131
# Before start
3232
* add the public key of the machine from where you run ansible to `group_vars/all`
3333

3434
## Known issues
3535
* 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

0 commit comments

Comments
 (0)