summaryrefslogtreecommitdiff
path: root/files/50-disable-password-auth.conf
AgeCommit message (Collapse)Author
17 hoursMove bootstrap sources to their own subdirectoryMatthew Fennell
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.
17 hoursMove files and templates from xmpp-serverMatthew Fennell
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.