ansible/bdd.yml

12 lines
284 B
YAML
Raw Normal View History

2021-03-10 12:52:15 +01:00
#!/usr/bin/env ansible-playbook
---
# Install and configure bdd servers at Saclay and at OVH
- hosts: bdd,!re2o-bdd.adm.auro.re,!services-bdd-local.adm.auro.re
2021-11-27 22:16:29 +01:00
vars:
2021-11-27 22:30:58 +01:00
update_motd:
2021-11-27 22:16:29 +01:00
postgresql: PostgreSQL est déployé.
2021-03-10 13:21:19 +01:00
roles:
- postgresql_server
2021-11-27 22:16:29 +01:00
- update_motd
2021-03-10 13:21:19 +01:00
...