Introduction
Introduction Statistics Contact Development Disclaimer Help
git.yaml - infra - Terraform IoC for my remote (Hetzner) and local (Incus) serv…
git clone git://jay.scot/infra
Log
Files
Refs
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 AAAAC3NzaC1lZDI1NTE5AAAAIDLmKYxwXTbyRWLG0S24RTpyfyBO…
19
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.