Ansible plays setting up the complete infrastructure of my voidlinux installation. Usable on local machine or through chroot.
This should allow just having a general 'target' system for ansible which will take all the modifications - but not care whether we connect to it locally (i.e. running from void) or through chroot. We can set the connection method for the specific system(s) in whatever we group as part of the target group then. For local installation we simply add locally connected hosts and for chroot set up chrooted hosts. |
||
---|---|---|
templates | ||
ansible.cfg | ||
host.yaml | ||
inventory.yaml | ||
play.yaml | ||
README.md | ||
requirements.yaml | ||
void_base.yaml | ||
void_network.yaml | ||
void_packages.yaml | ||
void_user.yaml | ||
void_wayland.yaml |