diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 21:43:36 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 21:43:36 +0100 |
| commit | 258012f00782d10d44d5bb284dfa00059b3af719 (patch) | |
| tree | 1eff0d484702cb45df4dd3b179df5343b6ef9bd1 /files/50-disable-password-auth.conf | |
| parent | 03e6483ad6889ca05e678ff1d11f69aace7ce614 (diff) | |
Move files and templates from xmpp-server
As I just performed a naive copy before, files and templates used by the
bootstrap role were still resolving via playbook_dir. This still worked, but I
want these bootstrap-specific files to remain self-contained within the role.
Diffstat (limited to 'files/50-disable-password-auth.conf')
| -rw-r--r-- | files/50-disable-password-auth.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/50-disable-password-auth.conf b/files/50-disable-password-auth.conf new file mode 100644 index 0000000..483b8f2 --- /dev/null +++ b/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 |
