You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
10 lines
383 B
6 years ago
|
# Deployment
|
||
|
|
||
|
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.
|
||
|
|
||
|
## xsnd
|
||
|
Execute the following command to deploy the application to a test server:
|
||
|
- `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml`
|