일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Octavia
- cloud-init
- yum
- port open
- pacman
- OpenStack
- grafana-loki
- ceph-ansible
- Docker
- cephadm
- repository
- golang
- ubuntu
- ceph
- HTML
- Arch
- Ansible
- terraform
- KVM
- Kubeflow
- nfs-provisioner
- Linux
- awx
- libvirt
- k8s
- archlinux
- Kubernetes
- i3
- kolla
- kolla-ansible
Archives
- Today
- Total
YJWANG
Cloud-init 암호변경 본문
기본 계정을 'cloud-user'로 변경하고 암호설정
#cloud-config
user: cloud-user
chpasswd:
list: |
root:root123
cloud-user:root123
expire: False
ssh_pwauth: True
반응형