Created
May 6, 2017 07:45
-
-
Save gowatana/8bfc2312756fb957cced4b389c5e9839 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
hostname: cloudinit-test-01 | |
write_files: | |
- path: /opt/test.f | |
content: | | |
cloud-init no | |
test file | |
users: | |
- name: ntnx-user | |
groups: wheel | |
shell: /bin/bash | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
ssh-authorized-keys: | |
- ssh-rsa XXXXXXXXXXXXXXXXXXXX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment