summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure/molecule/default/playbook.yml
blob: 26b3c15d604b9cf36f03fddb2d2b2689b6977267 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- 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