mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update cloud-init-base.yaml
This commit is contained in:
@ -1,10 +1,13 @@
|
|||||||
|
hostname: fenix-vm
|
||||||
|
preserve_hostname: false
|
||||||
|
|
||||||
locale: "pt_PT.UTF-8"
|
locale: "pt_PT.UTF-8"
|
||||||
keyboard:
|
keyboard:
|
||||||
layout: "pt"
|
layout: "pt"
|
||||||
variant: "nodeadkeys"
|
variant: "nodeadkeys"
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- name: default
|
- name: admin
|
||||||
groups: [sudo]
|
groups: [sudo]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user