Rename postgresql_server to postgresql

pull/74/head
Alexandre Iooss 3 years ago
parent 3c25e64516
commit a818fd8ed9

@ -1,11 +1,20 @@
#!/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
# Install and configure database servers at Saclay
- hosts: bdd.adm.auro.re
vars:
update_motd:
postgresql: PostgreSQL est déployé.
roles:
- postgresql_server
- postgresql
- update_motd
# Install and configure database servers at OVH
- hosts: bdd-ovh.adm.auro.re
vars:
update_motd:
postgresql: PostgreSQL est déployé.
roles:
- postgresql
- update_motd
...

Loading…
Cancel
Save