cloud-config.txt 226 B
Newer Older
calvinosanc1's avatar
calvinosanc1 committed
#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True

write_files:
-   content: |
        # My new helloworld file

    owner: root:root
    permissions: '0644'
    path: /root/helloworld.txt