summaryrefslogtreecommitdiff
path: root/dan/cloud-install.yml
blob: 1a7b26c06cf1d1ea5f245252aae2f8fa21df11c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: cook variables for host
  hosts: "{{ install_hostname }}"
  gather_facts: no
  tasks:
  - set_fact:
      install: "{{ install }}"
      network: "{{ network }}"

- import_playbook: ../common/cloud-install.yml