Zack Williams | 2894e4f | 2020-09-17 09:45:17 -0700 | [diff] [blame] | 1 | --- |
| 2 | # users vars/Debian.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 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 | users_os_sudoers_group: "sudo" |
| 11 | |
| 12 | users_os_pw_type: "sha512crypt" |
Zack Williams | 005ba2d | 2021-04-02 18:20:35 -0700 | [diff] [blame] | 13 | |
| 14 | users_default_shell: "/bin/bash" |