# Fuz Playbooks Playbooks pour installation via Ansible de services pour le Fuz. ## Deployment 1. Edit the file `hosts.ini` and the variables in `matrix.yml`. 2. Install ansible: ```bash sudo apt update sudo apt install software-properties-common sudo apt-add-repository --yes --update ppa:ansible/ansible sudo apt install ansible ``` 3. Launch the playbook: `ansible-playbook main.yml`