Rename postgresql_server to postgresql
This commit is contained in:
parent
3c25e64516
commit
a818fd8ed9
7 changed files with 12 additions and 3 deletions
|
@ -1,11 +1,20 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Install and configure database servers at Saclay and at OVH
|
# Install and configure database servers at Saclay
|
||||||
- hosts: bdd.adm.auro.re,bdd-ovh.adm.auro.re
|
- hosts: bdd.adm.auro.re
|
||||||
vars:
|
vars:
|
||||||
update_motd:
|
update_motd:
|
||||||
postgresql: PostgreSQL est déployé.
|
postgresql: PostgreSQL est déployé.
|
||||||
roles:
|
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
|
- update_motd
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue