mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-08-03 01:53:15 +08:00
Update playbooks
This commit is contained in:
parent
46250f9a99
commit
2150c17f24
14 changed files with 315 additions and 9 deletions
8
roles/tasks/debian/start_services.yml
Normal file
8
roles/tasks/debian/start_services.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts:
|
||||
- debian
|
||||
# Runs on root user already
|
||||
become: false
|
||||
tasks:
|
||||
- name: Start all services
|
||||
command: bash /root/scripts/start_services.sh
|
Loading…
Add table
Add a link
Reference in a new issue