Provisioning Task: System Bootstrapping & Tagging¶
Goal¶
Establish baseline identity and documentation for new servers.
Steps¶
-
Set hostname
hostnamectl set-hostname srv-app-01
-
Tag system in inventory or CMDB
-
Update internal spreadsheet, Git repo, or tool like Netbox.
-
Create
/etc/motd
or/etc/issue.net
echo "Welcome to srv-app-01 | Prod | Managed by Ansible" > /etc/motd
-
Register in monitoring and backups
- Add to Prometheus scrape config
- Confirm backup cronjob or automation task
Output¶
System fully identified and integrated into ops ecosystem.