feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
8
tasks/service.yaml
Normal file
8
tasks/service.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# manage service
|
||||
- name: "service - {{ __service['name'] }}"
|
||||
ansible.builtin.service:
|
||||
name: "{{ __service['name'] }}"
|
||||
enabled: "{{ __service['enabled'] }}"
|
||||
state: "{{ __service['state'] }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue