This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/minio/prereq.sls

11 lines
176 B
Plaintext
Raw Normal View History

2021-01-02 09:35:49 +00:00
Create local MinIO storage:
file.directory:
- name: /srv/minio
- user: root
- group: root
- mode: "0755"
Install podman:
pkg.installed:
- name: podman