blob: 26b3c15d604b9cf36f03fddb2d2b2689b6977267 [file] [log] [blame]
Samuli Silvius2353ca72019-04-21 19:24:18 +03001---
2- name: Common setup for all hosts
3 hosts: all
4 tasks:
5 - name: Set cluster_ip variable
6 set_fact:
7 cluster_ip: "{{ ansible_default_ipv4.address }}"
8 - name: Include variables
9 include_vars: vars.yml
10
11- import_playbook: ../../../../infrastructure.yml