Samuli Silvius | 2353ca7 | 2019-04-21 19:24:18 +0300 | [diff] [blame] | 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 |