Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #cloud-config
- users:
- - name: uzername
- sudo: ALL=(ALL) NOPASSWD:ALL
- groups: users, admin
- home: /home/uzername
- shell: /bin/bash
- ssh-authorized-keys:
- - ssh-rsa base64==
- ssh_pwauth: True
- disable_root: false
- chpasswd:
- list: |
- uzername:linux
- expire: False
- package_update: true
- packages:
- - qemu-guest-agent
- growpart:
- mode: auto
- devices: ['/']
- network_config:
- version: 1
- config:
- - type: physical
- name: eth0
- subnets:
- - type: dhcp
- preserve_hostname: true
- fqdn: hostname.lab.local
- hostname: hostname
Add Comment
Please, Sign In to add comment