Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
#!/usr/bin/env ansible-playbook
---
# Install and configure bdd servers at Saclay and at OVH
- hosts: bdd
roles:
- postgresql_server
...