12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
|
Install podman:
|
||
|
pkg.installed:
|
||
|
- name: podman
|
||
|
|
||
|
Configure local registry repository:
|
||
|
file.managed:
|
||
|
- name: /etc/containers/registries.conf
|
||
|
- source: salt://podman/files/registries.conf
|
||
|
- user: root
|
||
|
- group: root
|
||
|
- mode: "0644"
|