Add README.md

This commit is contained in:
Oliver Davies 2019-01-24 02:47:04 +00:00
parent 9b332361d3
commit 567563c969

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Ansible Role: Drupal settings
```yaml
drupal_settings:
- drupal_root: /var/www/web
sites:
- name: default
filename: settings.php # Optional, defaults to 'settings.php'
settings:
databases:
foo:
bar:
driver: mysql # Optional, defaults to 'mysql'
host: localhost # Optional, defaults to 'localhost'
database: mydatabase
username: user
password: secret
```