Rename Ansible playbook tag (setup-main -> setup-all)

This commit is contained in:
Slavi Pantaleev
2018-08-08 09:03:37 +03:00
parent 3fd6fd647f
commit 336785d1ed
3 changed files with 17 additions and 11 deletions

View File

@ -1,6 +1,12 @@
# 2018-08-08
## Renaming Ansible playbook tag
The command for executing the whole playbook has changed.
The `setup-main` tag got renamed to `setup-all`.
## Docker container linking
Changed the way the Docker containers are linked together. The ones that need to communicate with others operate in a `matrix` network now and not in the default bridge network.