[ansible] update roles

This commit is contained in:
2018-04-24 16:14:24 +03:00
parent caae1216d0
commit 0048d6fc92
17 changed files with 89 additions and 45 deletions

View File

@@ -1,12 +1,14 @@
---
- hosts: all
vars:
ansible_user: holop
deploy_project: tankz
deploy_repo_url: git@bitbucket.org:infernalgames/tankz.git
deploy_repo_version: ansible
deploy_npm: yes
deploy_config: yes
deploy_gulp: yes
deploy_service: yes
ansible_user: "{{ deploy_user }}"
roles:
- ansible-deploy
- ansible-deploy
- build
post_tasks:
- include_role:
name: ansible-deploy
tasks_from: complete.yml
- include_role:
name: service
tasks_from: restart.yml