10 lines
182 B
Smarty
10 lines
182 B
Smarty
# cloud-config
|
|
users:
|
|
- name: ansible
|
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
|
shell: /bin/bash
|
|
ssh_authorized_keys:
|
|
- ${ssh_public_key}
|
|
ssh_pwauth: false
|
|
disable_root: true
|