This issue is mostly meant for documentation purposes; I don't know if I'll ever add 'official' support for Drupal < 8 on the Dramble, but here are the steps for getting D7 bootstrapped quickly/easily:
First, comment out the following in playbooks/drupal/tasks/install.yml:
# - name: Wait for Drupal to get bootstrapped.
# pause: seconds=5
# when: "inventory_hostname == groups.webservers[0]"
# - name: Override the generated site UUID with our own.
# command: >
# drush config-set -y system.site uuid {{ drupal_site_uuid }}
# chdir={{ drupal_docroot }}
# when: "inventory_hostname == groups.webservers[0]"
# become: yes
# become_user: www-data
Then, comment out the 'collation' => 'utf8mb4_general_ci', line inside playbooks/drupal/templates/settings.php.j2.
This issue is mostly meant for documentation purposes; I don't know if I'll ever add 'official' support for Drupal < 8 on the Dramble, but here are the steps for getting D7 bootstrapped quickly/easily:
First, comment out the following in
playbooks/drupal/tasks/install.yml
:Then, comment out the
'collation' => 'utf8mb4_general_ci',
line insideplaybooks/drupal/templates/settings.php.j2
.