summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorckonstanski <ckonstanski@pippiandcarlos.com>2018-01-11 16:41:11 +0000
committerckonstanski <ckonstanski@pippiandcarlos.com>2018-01-11 16:41:11 +0000
commit8000c8d2a6a49f3724edbab9430317784215d1e5 (patch)
tree1e923a4e1d67433bf81a071a8e679b30825cfc79 /playbooks
parentc6e89aa02bdd1396b0f268f2a85b19cec890ca20 (diff)
autocommit Thu Jan 11 16:41:11 UTC 2018
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/openbook.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml
index eef1305..babc2e6 100644
--- a/playbooks/openbook.yaml
+++ b/playbooks/openbook.yaml
@@ -36,7 +36,7 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
with_items:
- - { regexp: '^127\.0\.0\.1.*$', line: "127.0.0.1 localhost {{ ansible_nodename }}" }
+ - { regexp: '^127\.0\.0\.1.*$', line: "127.0.0.1 localhost {{ inventory_hostname }} {{ ansible_nodename }}" }
- name: "Create Openbook directories"
file:
@@ -195,22 +195,22 @@
docker pull "{{ openbook_docker_registry_url }}/openbook_database"
fi
if [ "{{ openbook_install_job_scheduler_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_unstable"
fi
if [ "{{ openbook_install_workflow_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_unstable"
fi
if [ "{{ openbook_install_admin_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_unstable"
fi
if [ "{{ openbook_install_customer_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_unstable"
fi
if [ "{{ openbook_install_admin_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_unstable"
fi
if [ "{{ openbook_install_customer_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_unstable"
fi
args:
executable: /bin/bash