add roles/toxcore/

This commit is contained in:
2023-12-30 12:52:24 +00:00
parent ac375a87c7
commit 273e6b2282
51 changed files with 9643 additions and 4 deletions

View File

@@ -151,9 +151,22 @@ On Ansibles from 2.10 and later, you will need the community plugins installed.
## Advanced Usage
### GentooImgr: Gentoo Image Builder for Cloud and Turnkey ISO installers
There is a modified version of https://github.com/NucleaPeon/gentooimgr/
where we've modified the code a little to do use Python logging. We can
still use it for the build stage, but we think the install stage is better
done using ansible, hence the libvirt_cloud playbook.
The code is in src/ansible_gentooimgr The code is being supported as
an ansible module using library/ansible_gentooimgr.py which is a work
in progress; the idea is to use it for the build and status actions,
but handle the install tasks using ansible.
### ansible_local.bash
We have a script that calls ansible to run our play: ansible_local.yml
but sets some defaults
[ -l limit ]
[ -c connection ]