Commit Graph

2 Commits (e76bc2c36c7e347b254a387179c949eeef28cf1e)

Author SHA1 Message Date
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