Besides Gentoo, Arch is my most favourite linux distribution. I'll use those ansible playbooks to speed up the creation of my own environment, so i'll be up & running in a few minutes on every system - virtual or on hardware.
environment.yml
clones my config files from git. I can pass a parameter for cloning my dwm config, configure it and adding some more packages i need for my desktop (this is really cool, i know!).
Example:
ansible-playbook environment.yml --extra-vars "desktop=True"