Commit 003adc2a authored by limon's avatar limon
Browse files

Add clout-init to set ubuntu password

parent 0b112a6b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
#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