mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update cloud-init-base.yaml
This commit is contained in:
@ -3,8 +3,11 @@ keyboard:
|
|||||||
layout: "pt"
|
layout: "pt"
|
||||||
variant: "nodeadkeys"
|
variant: "nodeadkeys"
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- default
|
- name: default
|
||||||
|
groups: [sudo]
|
||||||
|
shell: /bin/bash
|
||||||
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
|
|
||||||
ssh_pwauth: true
|
ssh_pwauth: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user