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

@ -200,7 +200,7 @@ Run this as-is to set up a server.
This doesn't start any services just yet (another step does this later - below).
Feel free to re-run this any time you think something is off with the server configuration.
ansible-playbook -i inventory/hosts setup.yml --tags=setup-main
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all
### Restoring an existing SQLite database (from another installation)