[MOLECULE 3.3.0] Upgrade linters Molecule setup
[oom/offline-installer.git] / ansible / test / play-infrastructure / molecule / default / converge.yml
1 ---
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