Added the "all" role, for all hosts.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 24 Feb 2024 00:39:26 +0000 (17:39 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 24 Feb 2024 00:39:26 +0000 (17:39 -0700)
commit4d7a6793ec95776d1fb41f67a80f0377e181bd09
treee83b842eb50efd0755d05a7f00371e1f9bf3036e
parent49a63b8f9fcb7af5a3f8060343eaffb4debc702d
Added the "all" role, for all hosts.

This eliminates duplicate code from all (other) roles, installing the
institute certificate authority.  Originally intended to ensure the
institute CA was installed before OpenVPN needed it.  OpenVPN actually
just needed the /usr/local/share/ca-certificates/ file (not
update-ca-certificates execution).
README.org
playbooks/site.yml
roles_t/all/handlers/main.yml [new file with mode: 0644]
roles_t/all/tasks/main.yml [new file with mode: 0644]
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