summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
19 hoursAdd install task to MakefileMatthew Fennell
In ~/.ansible.cfg, I include /usr/local/share/ansible/roles in roles_path so that playbooks can find roles from there. Add the corresponding install tasks to the Makefile.
19 hoursCopy linters and hooks from xmpp-server playbookMatthew Fennell
These are used to stop the repository from descending into chaos and to raise issues that I might have missed.
19 hoursRemove unnecessary comments in initial yml filesMatthew Fennell
These files are about to be populated, and the comments don't add anything useful - they'll just clutter up the diff when new entries are added.
20 hoursMake repo REUSE-compliant, with AGPL-3.0-or-laterMatthew Fennell
This matches the license used by my other ansible playbooks.
20 hoursRemove unused files from ansible templateMatthew Fennell
These are created automatically by ansible-galaxy init, but likely won't be needed for this small and simple role.
20 hoursansible-galaxy init bootstrapMatthew Fennell
This will contain common setup for all of my servers.