aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deploy/adapters/ansible/roles/dashboard/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
index c9eccfb4..5afcb157 100644
--- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
+++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
@@ -18,6 +18,11 @@
- name: remove ubuntu theme
action: "{{ ansible_pkg_mgr }} name=openstack-dashboard-ubuntu-theme state=absent"
+- name: update memcached conf
+ lineinfile: dest=/etc/memcached.conf state=present
+ regexp="-l *"
+ line="-l {{ internal_vip.ip }}"
+
- name: update ubuntu horizon settings
template: src=local_settings_debian
dest=/etc/openstack-dashboard/local_settings.py