You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/setup_hosted_services/handlers/main.yml

10 lines
290 B
YAML

# handlers file for setup_hosted_services
- name: restart-dashy
ansible.builtin.command: docker restart dashy
- name: restart-olivetin
ansible.builtin.command: docker restart olivetin
- name: restart-docker-volume-backup
ansible.builtin.command: docker restart docker-volume-backup