diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 21:48:42 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 21:50:33 +0100 |
| commit | 25db56f6241ae50feb54232e25f8203c1a450c7c (patch) | |
| tree | 076e0e4dfc7f14f96377fbeebe475e30bafe61e3 /bootstrap/files/50-disable-password-auth.conf | |
| parent | afa36d11a380f924588d67172ecf02275461f386 (diff) | |
Move bootstrap sources to their own subdirectory
Since much of the setup (e.g. linter, hook, Makefile configuration) is
consistent between ansible roles, instead of having a separate repo per role
(as I initially planned), I'd prefer to have a single repo with all of the
roles that the playbooks can then pull from.
This is in preparation of adding a new munin-node role, following a similar
process to bootstrap.
Diffstat (limited to 'bootstrap/files/50-disable-password-auth.conf')
| -rw-r--r-- | bootstrap/files/50-disable-password-auth.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/files/50-disable-password-auth.conf b/bootstrap/files/50-disable-password-auth.conf new file mode 100644 index 0000000..483b8f2 --- /dev/null +++ b/bootstrap/files/50-disable-password-auth.conf @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +PasswordAuthentication no |
