Ansiblesation des VMs de BDD #32
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