mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
9 lines
161 B
YAML
9 lines
161 B
YAML
---
|
|
|
|
- name: Start and enable services
|
|
service: name={{ item }} state=started enabled=True
|
|
loop:
|
|
- proxmox-backup
|
|
- proxmox-backup-proxy
|
|
tags: pbs
|