Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
8e67c4a1ff21428f9741f90d8ee57b65b83508ca
/
.
/
ansible
/
test
/
play-infrastructure
/
molecule
/
default
/
converge.yml
blob: 26b3c15d604b9cf36f03fddb2d2b2689b6977267 [
file
] [
log
] [
blame
]
---
-
name:
Common setup for all hosts
hosts:
all
tasks:
-
name:
Set cluster_ip variable
set_fact:
cluster_ip:
"{{ ansible_default_ipv4.address }}"
-
name:
Include variables
include_vars:
vars.yml
-
import_playbook:
../../../../infrastructure.yml