blob: b498df37633b570106b41552d86630c8f2996dc6 [file] [log] [blame]
Zack Williams90726642021-03-30 18:10:09 -07001---
2# edgemonagent vars/Debian.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6#
7# NOTE: Only put platform/OS-specific variables in this file.
8# Put all other variables in the 'defaults/main.yml' file.
9
10# group with serial port access
11edgemonagent_serial_group: "dialout"
12
13# shell used by the edgemonagent user (non-interactive)
14edgemonagent_shell: "/usr/sbin/nologin"