| Age | Commit message (Collapse) | Author |
|
On most of my servers, these will all be configured as the defaults are. On
Mythic Beasts servers, and some other hosts, I should pass a mirror path
instead of the deafult uris here.
|
|
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.
|
|
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.
|
|
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.
|
|
These are used to stop the repository from descending into chaos and to raise
issues that I might have missed.
|
|
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.
|
|
This matches the license used by my other ansible playbooks.
|
|
These are created automatically by ansible-galaxy init, but likely won't be
needed for this small and simple role.
|
|
This will contain common setup for all of my servers.
|