Vendor Galaxy Roles and Collections
This commit is contained in:
parent
c1e1897cda
commit
2aed20393f
3553 changed files with 387444 additions and 2 deletions
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# handlers file for alloy
|
||||
- name: Restart alloy
|
||||
listen: "restart alloy"
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
name: alloy.service
|
||||
state: restarted
|
||||
enabled: true
|
||||
when: not ansible_check_mode
|
||||
|
||||
- name: Restart alloy macos
|
||||
listen: "restart alloy macos"
|
||||
ansible.builtin.command: "brew services restart {{ __alloy_brew_package }}"
|
||||
when:
|
||||
- not ansible_check_mode
|
||||
- ansible_facts['os_family'] == 'Darwin'
|
||||
Loading…
Add table
Add a link
Reference in a new issue