Table des matières

Infrastructure

Une VM installée sur PMX02, à partir du projet Ansible-Matrix-Deploy

Config

Modifier le fichier de config :

nano inventory/host_vars/matrix.artifaille.fr/vars.yml

Changelog

A bien consulter, il y a des breaking changes :

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md

Mettre à jour le projet

Mettre à jour les dépendances et roles

rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force

Puis envoyer l'ensemble sur la machine :

ansible-playbook -i inventory/hosts setup.yml --tags=setup-all && ansible-playbook -i inventory/hosts setup.yml --tags=start