Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
#!/usr/bin/env ansible-playbook
---
# Install and configure database servers at Saclay and at OVH
- hosts: bdd.adm.auro.re,bdd-ovh.adm.auro.re
vars:
update_motd:
postgresql: PostgreSQL est déployé.
roles:
- postgresql_server
- update_motd
...