paulbsd-salt/states/micromdm/defaults.yaml

23 lines
493 B
YAML
Raw Normal View History

2022-07-04 14:37:57 +02:00
---
micromdm:
enabled: true
mirror: "https://github.com/micromdm/micromdm/releases/download"
install_dir: "/usr/local/apps"
release_dir: "/usr/local/apps/releases"
config_path: "/var/lib/micromdm/db"
filerepo: "/var/lib/micromdm/repo"
url: "https://mdm.acme.com"
2022-07-04 15:25:12 +02:00
tls: "false"
2024-01-03 13:29:29 +01:00
port: 8082
2022-07-04 14:37:57 +02:00
api_key: 1234
command_webhook_url: "https://mdm.acme.com"
version: "1.9.0"
os: linux
arch: amd64
user:
name: micromdm
2024-09-06 17:39:22 +02:00
uid: 903
2022-07-04 14:37:57 +02:00
group:
name: micromdm
2024-09-06 17:39:22 +02:00
gid: 903