Browse Source

infra: Update the README.md for deploying the apps

prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
01bde7895a
  1. 9
      infra/deployment/README.md

9
infra/deployment/README.md

@ -4,6 +4,9 @@ This folder contains all the required scripts to deploy the projects.
These scripts were tested with ansible 2.6.4, higher versions should work too, it might not work with smaller versions. These scripts were tested with ansible 2.6.4, higher versions should work too, it might not work with smaller versions.
## xsnd ## Run
Execute the following command to deploy the application to a test server: Execute the following commands to deploy the applications to a test server:
- `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml` - xsnd: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml`
- postgres: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault postgres.yml`
- xsn-backend: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsn-backend.yml`
- all `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml postgres.yml xsn-backend.yml`

Loading…
Cancel
Save