Add onboarding template
This commit is contained in:
parent
8576c4b0e4
commit
83b5751093
17
.gitea/issue_template/new_device.md
Normal file
17
.gitea/issue_template/new_device.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "New Machine Onboarding"
|
||||||
|
about: "✅ Checklist for onboarding a new machine"
|
||||||
|
title: "Machine: Onboard <hostname>"
|
||||||
|
ref: "main"
|
||||||
|
labels:
|
||||||
|
- onboarding
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- [ ] Add hostname entries to dns in `tf-stage-1`
|
||||||
|
- [ ] Add host to ansible inventory
|
||||||
|
- [ ] Add machine ssh-key to Backup Storagebox
|
||||||
|
- [ ] `touch /etc/setup_complete` if no restore is needed
|
||||||
|
- [ ] Update known_hosts `ansible-playbook regenerate-known-hosts.yaml`
|
||||||
|
- [ ] Run `ansible-playbook --tags setup playbook.yaml`
|
Loading…
Reference in New Issue
Block a user