Created
June 9, 2020 00:06
-
-
Save waynedovey/19dc6a444b8df233882ac6b4fdf39b21 to your computer and use it in GitHub Desktop.
CNV cloud-config
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 | |
- name: atomic | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
password: atomic | |
groups: sudo | |
shell: /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment