Remove nonsensical podman_enable services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user