Last active
November 8, 2018 20:37
-
-
Save dannylamb/c6851010657e86a7ac04a30a49ac58b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daniel@daniel-Latitude-3560:~/Code/Environments/claw-playbook$ diff -ENwbur inventory/vagrant inventory/sandbox | |
diff -ENwbur inventory/vagrant/group_vars/all/passwords.yml inventory/sandbox/group_vars/all/passwords.yml | |
--- inventory/vagrant/group_vars/all/passwords.yml 2018-02-05 09:50:58.353953059 -0400 | |
+++ inventory/sandbox/group_vars/all/passwords.yml 2018-10-29 12:14:03.275311691 -0300 | |
@@ -1,17 +1,17 @@ | |
--- | |
# Drupal | |
-drupal_db_password: islandora | |
-drupal_account_pass: islandora | |
+drupal_db_password: changeme | |
+drupal_account_pass: changeme | |
# MySQL/Postgres | |
-islandora_db_root_password: islandora | |
+islandora_db_root_password: changeme | |
# Tomcat | |
-islandora_tomcat_password: islandora | |
+islandora_tomcat_password: changeme | |
# Syn | |
-islandora_syn_token: islandora | |
+islandora_syn_token: changeme | |
# Cantaloupe | |
-cantaloupe_admin_password: islandora | |
+cantaloupe_admin_password: changeme | |
diff -ENwbur inventory/vagrant/group_vars/crayfish.yml inventory/sandbox/group_vars/crayfish.yml | |
--- inventory/vagrant/group_vars/crayfish.yml 2018-08-16 13:39:13.068961070 -0300 | |
+++ inventory/sandbox/group_vars/crayfish.yml 2018-10-29 12:14:15.688068963 -0300 | |
@@ -2,5 +2,5 @@ | |
crayfish_db: "{{ claw_db }}" | |
-crayfish_milliner_drupal_base_url: http://localhost:8000 | |
-crayfish_milliner_gemini_base_url: http://localhost:8000/gemini | |
+crayfish_milliner_drupal_base_url: http://localhost | |
+crayfish_milliner_gemini_base_url: http://localhost/gemini | |
diff -ENwbur inventory/vagrant/group_vars/karaf.yml inventory/sandbox/group_vars/karaf.yml | |
--- inventory/vagrant/group_vars/karaf.yml 2018-08-20 09:38:35.591457088 -0300 | |
+++ inventory/sandbox/group_vars/karaf.yml 2018-10-29 12:16:11.405150434 -0300 | |
@@ -3,7 +3,7 @@ | |
alpaca_settings: | |
- pid: ca.islandora.alpaca.http.client | |
settings: | |
- token.value: islandora | |
+ token.value: changeme | |
- pid: ca.islandora.alpaca.connector.broadcast | |
settings: | |
input.stream: activemq:queue:islandora-connector-broadcast | |
@@ -21,10 +21,10 @@ | |
media.stream: activemq:queue:islandora-indexing-fcrepo-media | |
file.stream: activemq:queue:islandora-indexing-fcrepo-file | |
file.delete.stream: activemq:queue:islandora-indexing-fcrepo-file-delete | |
- milliner.baseUrl: http://localhost:8000/milliner/ | |
- gemini.baseUrl: http://localhost:8000/gemini/ | |
+ milliner.baseUrl: http://localhost/milliner/ | |
+ gemini.baseUrl: http://localhost/gemini/ | |
- pid: ca.islandora.alpaca.connector.houdini | |
settings: | |
error.maxRedeliveries: 10 | |
in.stream: activemq:queue:islandora-connector-houdini | |
- houdini.convert.url: http://localhost:8000/houdini/convert | |
+ houdini.convert.url: http://localhost/houdini/convert | |
diff -ENwbur inventory/vagrant/group_vars/tomcat.yml inventory/sandbox/group_vars/tomcat.yml | |
--- inventory/vagrant/group_vars/tomcat.yml 2018-08-20 09:38:35.591457088 -0300 | |
+++ inventory/sandbox/group_vars/tomcat.yml 2018-11-07 12:06:32.180414962 -0400 | |
@@ -56,4 +56,4 @@ | |
cantaloupe_cache_derivative: FilesystemCache | |
cantaloupe_create_FilesystemCache_dir: yes | |
cantaloupe_resolver_static: HttpResolver | |
-cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: http://localhost:8000/ | |
+cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: http://localhost/ | |
diff -ENwbur inventory/vagrant/group_vars/webserver/apache.yml inventory/sandbox/group_vars/webserver/apache.yml | |
--- inventory/vagrant/group_vars/webserver/apache.yml 2018-06-20 15:04:25.085725041 -0300 | |
+++ inventory/sandbox/group_vars/webserver/apache.yml 2018-10-29 12:16:39.615734654 -0300 | |
@@ -1,6 +1,6 @@ | |
--- | |
-apache_listen_port: 8000 | |
+apache_listen_port: 80 | |
apache_create_vhosts: true | |
apache_vhosts_filename: "islandora.conf" | |
apache_remove_default_vhost: true | |
diff -ENwbur inventory/vagrant/group_vars/webserver/drupal.yml inventory/sandbox/group_vars/webserver/drupal.yml | |
--- inventory/vagrant/group_vars/webserver/drupal.yml 2018-10-26 14:24:56.221485354 -0300 | |
+++ inventory/sandbox/group_vars/webserver/drupal.yml 2018-11-08 09:59:51.661652252 -0400 | |
@@ -45,6 +45,7 @@ | |
- controlled_access_terms_default_configuration | |
drupal_trusted_hosts: | |
- ^localhost$ | |
+ - XX.XX.XX.XX | |
drupal_trusted_hosts_file: "{{ drupal_core_path }}/sites/default/settings.php" | |
drupal_public_filesystem: "{{ drupal_core_path }}/sites/default/files" | |
drupal_external_libraries_directory: "{{ drupal_core_path }}/libraries" | |
diff -ENwbur inventory/vagrant/group_vars/webserver/general.yml inventory/sandbox/group_vars/webserver/general.yml | |
--- inventory/vagrant/group_vars/webserver/general.yml 2017-09-18 11:04:19.665245267 -0300 | |
+++ inventory/sandbox/group_vars/webserver/general.yml 2018-11-08 10:00:10.637569762 -0400 | |
@@ -2,4 +2,4 @@ | |
webserver_app: yes | |
openseadragon_iiiv_set_var: yes | |
-openseadragon_iiiv_server: http://localhost:8080/cantaloupe/iiif/2 | |
+openseadragon_iiiv_server: http://XX.XX.XX.XX:8080/cantaloupe/iiif/2 | |
diff -ENwbur inventory/vagrant/hosts inventory/sandbox/hosts | |
--- inventory/vagrant/hosts 2018-06-21 10:06:38.211441815 -0300 | |
+++ inventory/sandbox/hosts 2018-11-08 09:59:04.965855075 -0400 | |
@@ -1,6 +1,6 @@ | |
# Generated by Vagrant | |
-default ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_private_key_file='.vagrant/machines/default/virtualbox/private_key' | |
+default ansible_ssh_host=XX.XX.XX.XX ansible_ssh_user=root ansible_ssh_private_key_file='/home/daniel/.ssh/id_rsa' | |
[karaf] | |
default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment