Skip to content
Snippets Groups Projects
Commit a888557f authored by skorpy's avatar skorpy :construction_worker:
Browse files

ganeti fix add ffadmin to sudo group

parent e9595caa
No related branches found
No related tags found
No related merge requests found
Pipeline #45438 passed with warnings
......@@ -11,7 +11,7 @@ echo "%sudo ALL=(ALL:ALL) NOPASSWD: ALL" >> $TARGET/etc/sudoers
# Add ffadmin user
chroot "$TARGET" adduser --disabled-password --gecos "" ffadmin
chroot "$TARGET" addgroup ffadmin sudo
chroot "$TARGET" adduser ffadmin sudo
# Configure ssh keys
mkdir -p $TARGET/home/ffadmin/.ssh/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment