made ip of db host dynamic.
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
state: started
|
||||
|
||||
- name: Initialize db
|
||||
script: scripts/initialize_db.sh
|
||||
script: scripts/initialize_db.sh {{ hostvars[groups['databases'][0]]['ansible_default_ipv4']['address'] }}
|
||||
|
||||
- name: keystone manage commands to setup db
|
||||
command: >
|
||||
|
Reference in New Issue
Block a user