7 lines
143 B
YAML
7 lines
143 B
YAML
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# Install and configure bdd servers at Saclay and at OVH
|
|
- hosts: bdd
|
|
roles:
|
|
- postgresql_server
|
|
...
|