A set of bash scripts and Ansible playbooks to install and run the waco_master role.
- Download or clone this repository to the
/tmpdirectory of your newly installed EL, Fedora or Ubuntu LTS system; - As
rootrun thewaco-bootstrapscript, which will install Git and Ansible, create thewacouser and copy the installation towaco's home directory; - Edit the
~waco/waco/settings/master.ymlfile to suit your needs; - As
wacorun the~waco/waco/waco-provisionscript, which will ensure Ansible 2.10 is installed, download the required roles and applywaco-master.
If you plan to apply waco-master to several systems you might consider forking this repository
and modify master.yml in your copy.
Currently supported distros are Red Hat Enterprise 9 and derivatives, Centos Stream 10 and 9, and Ubuntu LTS 24.04 and 22.04.
Currently installing as the waco user fails due to a problem in a dependency. Run waco-provision
as root instead.