Configure a new Core without starting services.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 18 Sep 2025 19:49:42 +0000 (13:49 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 18 Sep 2025 20:15:50 +0000 (14:15 -0600)
commitf1a8ba0a6fc5e82627e7557b818beaa317437d4b
tree92edb435b1dd957690aeab376dfca9f90327f768
parentee468e6139528f68d86d21109bafb07e53e0e207
Configure a new Core without starting services.

Tasks that actually start services are tagged with ~actualizer~.  Thus
~ansible-playbook~ can be given the ~--skip-tags actualizer~ command
line option to configure a new Core without actually setting the
static IP address, domain name, etc. nor starting any services.

The intention is to work through any problems configuring core
services on new hardware running, probably, a new OS version /without/
disturbing actual Core services.

This required splitting many Enable/Start tasks in two: the latter
tagged as the "actualizer".
README.org
roles_t/all/tasks/main.yml
roles_t/campus/handlers/main.yml
roles_t/campus/tasks/main.yml
roles_t/core/handlers/main.yml
roles_t/core/tasks/main.yml
roles_t/front/handlers/main.yml
roles_t/front/tasks/main.yml
roles_t/gate/handlers/main.yml
roles_t/gate/tasks/main.yml