[ansible] update roles
This commit is contained in:
8
ansible/service.yml
Normal file
8
ansible/service.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
vars:
|
||||
ansible_user: "{{ deploy_user }}"
|
||||
tasks:
|
||||
- include_role:
|
||||
name: service
|
||||
tasks_from: restart.yml
|
||||
Reference in New Issue
Block a user