Skip to content

Commit

Permalink
update RDS database settings for drupal db and gemini db - part of as…
Browse files Browse the repository at this point in the history
  • Loading branch information
elizoller committed Aug 25, 2020
1 parent 593cc76 commit d1be123
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions inventory/stage/group_vars/all/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ islandora_extra_centos_packages:

postgresql_user: postgres
drupal_db_user: drupal8
drupal_db_name: drupal8
drupal_db_name: drupal8v2

mysql_users:
- name: "{{ drupal_db_user }}"
Expand All @@ -45,21 +45,13 @@ httpd_conf_directory: "/etc/apache2"
httpd_conf_directory_enabled: "{{httpd_conf_directory}}/conf-enabled"
drush_path: "/usr/local/bin/drush"
crayfish_drupal_base_url: "http://{{ hostvars[groups['webserver'][0]].ansible_host }}:{{ apache_listen_port }}"
crayfish_db_host: 127.0.0.1
crayfish_db_host: islandora-gemini.cvznsvixsvec.us-west-2.rds.amazonaws.com
crayfish_db_user: crayfish
crayfish_db_name: gemini
crayfish_db_root_user: "{{crayfish_db_user}}"
crayfish_db_root_password: "{{crayfish_db_password}}"
drupal_composer_project_package: "islandora/drupal-project:8.8.1"

apache_listen_port: 80
apache_create_vhosts: true
apache_vhosts_filename: "islandora.conf"
apache_remove_default_vhost: true
apache_vhosts:
- servername: "repo-dev.aws.lib.asu.edu"
documentroot: "/var/www/html/drupal/web"
allow_override: All
options: -Indexes +FollowSymLinks



drupal_build_composer_project: true
drupal_composer_install_dir: /var/www/html/drupal
drupal_core_owner: "{{ ansible_user }}"
Expand Down Expand Up @@ -106,9 +98,8 @@ drupal_composer_project_package: "islandora/drupal-project:8.8.1"
drupal_composer_project_options: "--prefer-dist --stability dev --no-interaction"
drupal_core_path: "{{ drupal_composer_install_dir }}/web"
drupal_db_user: drupal8
drupal_db_name: drupal8
drupal_db_backend: "{{ claw_db }}"
drupal_db_host: "islandora-drupal.cvznsvixsvec.us-west-2.rds.amazonaws.com"
drupal_db_host: "islandora-drupal2.cvznsvixsvec.us-west-2.rds.amazonaws.com"
drupal_domain: "claw.dev"
drupal_site_name: "Islandora 8"
drupal_install_profile: standard
Expand Down

0 comments on commit d1be123

Please sign in to comment.