salt-states/containers/unifi.sls
2023-06-27 09:16:37 +02:00

11 lines
216 B
Plaintext

{% from 'lib.sls' import container_deploy with context %}
Create unifi data directory:
file.directory:
- name: /srv/unifi
- user: root
- group: root
- mode: "0750"
{{ container_deploy('unifi') }}