mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(prox): setup
This commit is contained in:
parent
ceea71c77a
commit
d80fd6fd5f
3 changed files with 7 additions and 3 deletions
|
|
@ -61,6 +61,10 @@ TF_ROLE_PRIVS=(
|
|||
pveum role add Terraform --privs "${TF_ROLE_PRIVS[*]}"
|
||||
pveum acl modify / --users tf@pam --roles Terraform
|
||||
|
||||
if ! which sudo; then
|
||||
apt install sudo || true
|
||||
fi
|
||||
|
||||
INFRABIN=/opt/infra/bin
|
||||
WRAPPERBIN=/opt/infra/sbin
|
||||
SUDOERS_INFRABINS=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue