update states to be compatible w. alpine 3.20
This commit is contained in:
parent
e41472b1c3
commit
df4882c57d
2 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,6 @@ defaults
|
||||||
|
|
||||||
frontend ssh
|
frontend ssh
|
||||||
mode tcp
|
mode tcp
|
||||||
timeout client 0
|
|
||||||
|
|
||||||
bind {{ ipv4 }}:22
|
bind {{ ipv4 }}:22
|
||||||
|
|
||||||
|
@ -33,7 +32,6 @@ frontend http
|
||||||
|
|
||||||
backend host-ssh
|
backend host-ssh
|
||||||
mode tcp
|
mode tcp
|
||||||
timeout server 0
|
|
||||||
|
|
||||||
server localhost 127.0.0.1
|
server localhost 127.0.0.1
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
podman_pkg:
|
podman_pkg:
|
||||||
cmd.run:
|
pkg.installed:
|
||||||
- name: "apk add podman podman-openrc podman-compose@testing"
|
- pkgs:
|
||||||
|
- podman
|
||||||
|
- podman-openrc
|
||||||
|
- podman-compose
|
||||||
|
|
Loading…
Reference in a new issue