diff --git a/olimp-deploy.yml b/olimp-deploy.yml index 1e01ceb..1d391bb 100644 --- a/olimp-deploy.yml +++ b/olimp-deploy.yml @@ -103,4 +103,11 @@ roles: - { role: docker, tags: deploy_docker } - { role: torrserver, tags: deploy_torrserver } - - { role: qbittorrent, tags: deploy_qbittorrent } \ No newline at end of file + - { role: qbittorrent, tags: deploy_qbittorrent } + +- hosts: testtalk-server + vars_files: + - vault.yml + roles: + - { role: docker, tags: deploy_docker } + - { role: snikket, tags: deploy_snikket } \ No newline at end of file