mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 22:15:50 +02:00
qm-cloudinit: remove page (#17520)
This commit is contained in:
parent
a65caa138a
commit
d95abbe672
3 changed files with 0 additions and 72 deletions
|
@ -1,24 +0,0 @@
|
||||||
# qm cloudinit
|
|
||||||
|
|
||||||
> Configuración de ajustes de cloudinit para máquinas virtuales gestionadas por Ambiente Virtual Proxmox (Virtual Environment) (PVE).
|
|
||||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
||||||
|
|
||||||
- Configura ajustes de cloudinit para un usuario específico y establece una contraseña para el mismo:
|
|
||||||
|
|
||||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}}`
|
|
||||||
|
|
||||||
- Configura ajustes de cloudinit para un usuario específico y le establece una contraseña con una clave SSH específica:
|
|
||||||
|
|
||||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}`
|
|
||||||
|
|
||||||
- Establece el nombre de host para una máquina virtual específica:
|
|
||||||
|
|
||||||
`qm cloudinit {{id_mv}} -hostname={{nombre_del_equipo}}`
|
|
||||||
|
|
||||||
- Configura los ajustes de interfaz de red para una máquina virtual específica:
|
|
||||||
|
|
||||||
`qm cloudinit {{id_mv}} -ipconfig {{ipconfig}}`
|
|
||||||
|
|
||||||
- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloudinit` se ejecute en una máquina virtual:
|
|
||||||
|
|
||||||
`qm cloudinit {{id_mv}} -pre {{script}}`
|
|
|
@ -1,24 +0,0 @@
|
||||||
# qm cloudinit
|
|
||||||
|
|
||||||
> Proxmox Virtual Environment (PVE)에서 관리하는 가상 머신에 대한 cloudinit 설정 구성.
|
|
||||||
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
||||||
|
|
||||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 사용자 비밀번호 설정:
|
|
||||||
|
|
||||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}`
|
|
||||||
|
|
||||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 특정 SSH 키로 사용자 비밀번호 설정:
|
|
||||||
|
|
||||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}`
|
|
||||||
|
|
||||||
- 특정 가상 머신의 호스트네임 설정:
|
|
||||||
|
|
||||||
`qm cloudinit {{가상_머신_ID}} -hostname={{호스트네임}}`
|
|
||||||
|
|
||||||
- 특정 가상 머신의 네트워크 인터페이스 설정 구성:
|
|
||||||
|
|
||||||
`qm cloudinit {{가상_머신_ID}} -ipconfig {{ipconfig}}`
|
|
||||||
|
|
||||||
- 가상 머신에서 `cloudinit`이 실행되기 전에 수행할 셸 스크립트 구성:
|
|
||||||
|
|
||||||
`qm cloudinit {{가상_머신_ID}} -pre {{스크립트}}`
|
|
|
@ -1,24 +0,0 @@
|
||||||
# qm cloudinit
|
|
||||||
|
|
||||||
> Configure cloudinit settings for virtual machines managed by Proxmox Virtual Environment (PVE).
|
|
||||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
||||||
|
|
||||||
- Configure cloudinit settings for a specific user and set password for the user:
|
|
||||||
|
|
||||||
`qm {{[clou|cloudinit]}} {{vm_id}} -user={{user}} -password={{password}}`
|
|
||||||
|
|
||||||
- Configure cloudinit settings for a specific user and set password for the user with a specific SSH key:
|
|
||||||
|
|
||||||
`qm {{[clou|cloudinit]}} {{vm_id}} -user={{user}} -password={{password}} -sshkey={{ssh_key}}`
|
|
||||||
|
|
||||||
- Set the hostname for a specific virtual machine:
|
|
||||||
|
|
||||||
`qm {{[clou|cloudinit]}} {{vm_id}} -hostname={{hostname}}`
|
|
||||||
|
|
||||||
- Configure the network interface settings for a specific virtual machine:
|
|
||||||
|
|
||||||
`qm {{[clou|cloudinit]}} {{vm_id}} -ipconfig {{ipconfig}}`
|
|
||||||
|
|
||||||
- Configure a shell script to execute before `cloudinit` is run on a virtual machine:
|
|
||||||
|
|
||||||
`qm {{[clou|cloudinit]}} {{vm_id}} -pre {{script}}`
|
|
Loading…
Add table
Reference in a new issue