e98e3a2b84
Playbooks liegen unter pve1/ansible und pve2/ansible; authorized_keys als Fragmente mit Deploy-Skript und Ziel-Matrix für Proxmox, VM 101 und CTs. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
92 B
YAML
6 lines
92 B
YAML
---
|
|
- name: Restart docker
|
|
ansible.builtin.service:
|
|
name: docker
|
|
state: restarted
|