Zack Williams | 9072664 | 2021-03-30 18:10:09 -0700 | [diff] [blame^] | 1 | --- |
| 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 |
| 11 | edgemonagent_serial_group: "dialout" |
| 12 | |
| 13 | # shell used by the edgemonagent user (non-interactive) |
| 14 | edgemonagent_shell: "/usr/sbin/nologin" |