git.yaml - infra - Terraform IoC for my remote (Hetzner) and local (Incus) servers.
 (HTM) git clone git://jay.scot/infra
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       git.yaml (373B)
       ---
            1 #cloud-config
            2 package_upgrade: true
            3 hostname: git.jay.scot
            4 timezone: Europe/London
            5 manage_resolv_conf: true
            6 
            7 resolv_conf:
            8   nameservers: ['192.168.2.10', '1.1.1.1']
            9 
           10 packages:
           11   - git
           12 
           13 users:
           14   - name: git
           15     shell: /usr/bin/git-shell
           16     homedir: /srv/git
           17     ssh_authorized_keys:
           18       - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLmKYxwXTbyRWLG0S24RTpyfyBO6AL8Dcy0XvVZ97Do
           19