ansible-playbooks/roles/tasks/debian/start_services.yml
2024-10-29 01:36:24 +08:00

8 lines
164 B
YAML

---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Start all services
command: bash /root/scripts/start_services.sh