Commit Graph

3 Commits (53c01076511c5cda03278c5dce1719a46b17d76d)

Author SHA1 Message Date
Dustin 0393f074a4 host-setup: Import datavol Playbook
The `host-setup.yml` playbook now imports the `datavol.yml` playbook, so
that new machines (particularly those provisioned by the
host-provisioner) get their data volumes formatted and mounted
automatically.
2025-07-12 16:45:47 -05:00
Dustin e76bc2c36c host-setup: Import users playbook
This ensures that default users are created on all new hosts during
initial provisioning.
2025-03-16 17:17:00 -05:00
Dustin 6f37f1417f site: Add master site playbook
The `site.yml` playbook imports all of the other playbooks, providing a
way to deploy _everything_.  Normally, this would only be done for a
single host, as part of its initial provisioning, to quickly apply all
common configuration and any application-specific configuration for
whatever roles the host happens to hold.

The `host-setup.yml` playbook provides an entry point for configuring
all common configuration.  Basically anything we want to do to _every_
machine, regardless of its location or role.
2025-02-08 15:29:55 -06:00