ansible-playbooks/roles/tasks/debian/start_services.yml

9 lines
164 B
YAML
Raw Normal View History

2024-10-28 18:32:23 +08:00
---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
2024-10-29 01:36:24 +08:00
- name: Start all services
2024-10-28 18:32:23 +08:00
command: bash /root/scripts/start_services.sh