Add playbook for DBs
This commit is contained in:
parent
69c6d5b55d
commit
76361de3f1
1 changed files with 5 additions and 0 deletions
5
bdd.yml
Normal file
5
bdd.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
# Install and configure bdd servers at Saclay and at OVH
|
||||
- hosts: bdd
|
||||
roles: postgresql_server
|
Loading…
Reference in a new issue