Remove nonsensical podman_enable services

This commit is contained in:
Daniel Akulenok
2026-02-19 10:58:11 +01:00
parent c728326d4b
commit d30423013a
8 changed files with 81 additions and 33 deletions

View File

@@ -229,8 +229,6 @@ podman_storage_runroot: /run/containers/storage
#### API & Socket Services
```yaml
podman_enable_socket: true # Enable Podman socket
podman_enable_api_service: true # Enable REST API
podman_enable_auto_update: true # Enable automatic container updates
```
@@ -282,7 +280,6 @@ ansible-playbook -t podman-networks playbook.yml
vars:
# Permissive for development
podman_policy_default_type: "insecureAcceptAnything"
podman_enable_socket: true
podman_containers:
- name: dev-web