Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit aa9241d

Browse files
committed
Update default admin group for Ubuntu.
1 parent aeadedc commit aa9241d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prod/bootstrap/example.vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
admin_user: my_admin_username
33

4-
# On RHEL/CentOS, 'wheel'; on Debian/Ubuntu, 'root'.
5-
admin_group: root
4+
# On RHEL/CentOS, 'wheel'; on Debian/Ubuntu, 'sudo'.
5+
admin_group: sudo
66

77
# IMPORTANT: Configure your own password for the admin user account. To generate
88
# a password hash, use either of the following commands:

0 commit comments

Comments
 (0)