50-cloud-init.yaml 662 B

123456789101112131415161718
  1. # This file is generated from information provided by the datasource. Changes
  2. # to it will not persist across an instance reboot. To disable cloud-init's
  3. # network configuration capabilities, write a file
  4. # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
  5. # network: {config: disabled}
  6. network:
  7. ethernets:
  8. ens192:
  9. dhcp4: false
  10. addresses: [45.11.97.204/26]
  11. routes:
  12. - to: default
  13. via: 45.11.97.193
  14. nameservers:
  15. addresses: [8.8.8.8,8.8.4.4]
  16. match:
  17. macaddress: 00:50:56:b4:ef:4d
  18. set-name: ens192