add roles/toxcore/
This commit is contained in:
13
README.md
13
README.md
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user