mirror of https://github.com/apache/cloudstack.git
Revert PR 9133
This commit is contained in:
parent
663dce1f18
commit
ce50ad21ac
|
|
@ -21,7 +21,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
Loading…
Reference in New Issue