38,760
edits
(Importing a new version from external source) |
m (FuzzyBot moved page Translations:OpenStack/31/en to Translations:Managing your cloud resources with OpenStack/31/en without leaving a redirect: Part of translatable page "OpenStack") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
#cloud-config | #cloud-config | ||
users: | users: | ||
- name: | - name: gretzky | ||
shell: /bin/bash | shell: /bin/bash | ||
sudo: ALL=(ALL) NOPASSWD:ALL | sudo: ALL=(ALL) NOPASSWD:ALL | ||
ssh_authorized_keys: | ssh_authorized_keys: | ||
- < | - <Gretzky's public key goes here> | ||
- name: | - name: lemieux | ||
shell: /bin/bash | shell: /bin/bash | ||
ssh_authorized_keys: | ssh_authorized_keys: | ||
- < | - <Lemieux's public key goes here> |