[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

8
ansible/service.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- hosts: all
vars:
ansible_user: "{{ deploy_user }}"
tasks:
- include_role:
name: service
tasks_from: restart.yml