summaryrefslogtreecommitdiff
path: root/tasks
AgeCommit message (Collapse)Author
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.
17 hoursCopy bootstrap tasks and handlers from xmpp-serverMatthew Fennell
This is a straightforward copy and delete from the xmpp-server playbook for now. Cleanup (for instance, adding a prefix to the variable names) will come later.
18 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.
19 hoursMake repo REUSE-compliant, with AGPL-3.0-or-laterMatthew Fennell
This matches the license used by my other ansible playbooks.
19 hoursansible-galaxy init bootstrapMatthew Fennell
This will contain common setup for all of my servers.