Add README.md
This commit is contained in:
parent
9b332361d3
commit
567563c969
18
README.md
Normal file
18
README.md
Normal 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
|
||||||
|
```
|
Reference in a new issue