cloud-config.txt 214 Bytes
Newer Older
limon's avatar
limon committed
1
2
3
4
5
6
7
8
9
10
11
12
#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