Skip to content

cvstebut/ansible-best-practises

 
 

Repository files navigation

Notes on Infrastructure Automation at Home

Proxmox

-ubuntu - how to use cloud-init -proxmox forum - network setup using cloud init

--cicustom "user=local:snippets/userconfig.yaml,vendor=local:snippets/cloudinit-vendor.yml,network=local:snippets/cloudinit-network.yml"

cloud-init.vendor-data cloud-init.user-data cloud-init.network-config

example

config:
  cloud-init.network-config: |
    version: 2
    ethernets:
      eth1:
        addresses:
          - 10.10.101.20/24
        gateway4: 10.10.101.1
        nameservers:
          addresses:
            - 10.10.10.254

About

A project structure that outlines some best practises of how to use ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%